Skip to content

Commit

Permalink
Left justify caption for theme_matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Mar 5, 2024
1 parent 7f3753c commit 7b31b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotnine/themes/theme_matplotlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self, rc=None, fname=None, use_defaults=True):
plot_caption=element_text(
ha="right",
va="bottom",
ma="right",
ma="left",
margin={"t": m, "units": "fig"},
),
plot_margin=m,
Expand Down

0 comments on commit 7b31b68

Please sign in to comment.