Skip to content

Commit

Permalink
Add an arrow to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Apr 28, 2024
1 parent 522b689 commit 592baea
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions jcvi/graphics/landscape.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,15 @@ def draw_depth(
va="center",
)

# Add an arrow to the right of the plot, indicating these are median depths
root.text(
0.91,
0.88,
r"$\leftarrow$median",
color="lightslategray",
va="center",
)

if title:
root.text(
0.95,
Expand Down

0 comments on commit 592baea

Please sign in to comment.