Skip to content

Commit bb8f01b

Browse files
committed
Fix
1 parent a8513c7 commit bb8f01b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StripesCounter_v12.30.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ def capture(self):
11721172
if file1NamePNG == "": return
11731173

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

11781178
#print("Saved png file: " + file1NamePNG)

0 commit comments

Comments
 (0)