Skip to content

Commit

Permalink
Annotation alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
eltos committed Oct 11, 2023
1 parent 631f13d commit 9625935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xplt/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ def __init__(
if ax is None:
fig, ax = plt.subplots(**subplots_kwargs)
self.annotation = fig.text(
0.005, 0.005, "", ha="left", c="gray", linespacing=1, fontsize=8
0.005, 0.005, "", ha="left", va="bottom", c="gray", linespacing=1, fontsize=8
)

else:
Expand Down

0 comments on commit 9625935

Please sign in to comment.