Skip to content

Commit

Permalink
fix(tasks): update time lineage fate correlation legend spacing
Browse files Browse the repository at this point in the history
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
  • Loading branch information
cameronraysmith committed Aug 27, 2024
1 parent e900db0 commit 68a82d1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/pyrovelocity/tasks/time_fate_correlation.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,15 @@ def estimate_time_lineage_fate_correlation(
handles=handles,
labels=labels,
loc="lower left",
bbox_to_anchor=(0.00, -0.2),
bbox_to_anchor=(-0.1, -0.2),
ncol=5,
fancybox=True,
prop={"size": 12},
fontsize=12,
frameon=False,
markerscale=4,
columnspacing=0.7,
handletextpad=0.1,
)

fig.tight_layout()
Expand Down

0 comments on commit 68a82d1

Please sign in to comment.