Skip to content

Commit

Permalink
Add ability to plot annotations (e.g. genes) along the x-axis
Browse files Browse the repository at this point in the history
  • Loading branch information
hyanwong committed Sep 25, 2024
1 parent 36c6786 commit b39f3a8
Show file tree
Hide file tree
Showing 31 changed files with 181 additions and 103 deletions.
3 changes: 3 additions & 0 deletions python/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
- Edges now have an ``.interval`` attribute returning a ``tskit.Interval`` object.
(:user:`hyanwong`, :pr:`2531`)

- The ``.draw_svg()`` methods can add annotated genomic regions (e.g. genes) to the
x-axis. (:user:`hyanwong`, :pr:`3002`)

--------------------
[0.5.8] - 2024-06-27
--------------------
Expand Down
2 changes: 1 addition & 1 deletion python/tests/data/svg/internal_sample_ts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_both_axes.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_muts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_muts_all_edge.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_timed_muts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_x_axis.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/tree_y_axis_rank.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/ts.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion python/tests/data/svg/ts_max_trees.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit b39f3a8

Please sign in to comment.