Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PBrockmann committed Jun 27, 2024
1 parent a8513c7 commit bb8f01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StripesCounter_v12.30.py
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ def capture(self):
if file1NamePNG == "": return

bbox = self.ax0.get_tightbbox(self.fig.canvas.get_renderer())
bbox = Bbox([[0.0, 2.6], [8.2, 7.6]])
bbox = Bbox([[0.0, 2.5], [11.0, 8.5]])
plt.savefig(file1NamePNG, bbox_inches=bbox)

#print("Saved png file: " + file1NamePNG)
Expand Down

0 comments on commit bb8f01b

Please sign in to comment.