Skip to content

Commit

Permalink
Correctly position annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
n-elie committed Apr 8, 2024
1 parent acf0973 commit 0bfae7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IsotopeDistributionCalculator.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def on_draw(self):
rotation='vertical', annotation_clip=False)
else:
self.axes.annotate('%.*f' % (digits, i), xy=(i,j),
xytext=(-4.0,20+digits*8.0),
xytext=(-4.0,-20.0+digits*8.0),
textcoords='offset points',
rotation='vertical', annotation_clip=False)

Expand Down

0 comments on commit 0bfae7d

Please sign in to comment.