Skip to content

Commit b2ddb93

Browse files
committed
cleanup
1 parent 6bce489 commit b2ddb93

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/maxplotlib/canvas/canvas.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ def savefig(
155155
fig, axs = self.plot(
156156
show=False, backend="matplotlib", savefig=True, layers=layers
157157
)
158-
print("done plotting")
159158
fig.savefig(full_filepath)
160159
if verbose:
161160
print(f"Saved {full_filepath}")
@@ -206,7 +205,6 @@ def plot_matplotlib(self, show=True, savefig=False, layers=None, usetex=False):
206205

207206
for (row, col), subplot in self.subplots.items():
208207
ax = axes[row][col]
209-
print(f"subplot.plot_matplotlib(ax, layers=layers)")
210208
subplot.plot_matplotlib(ax, layers=layers)
211209
# ax.set_title(f"Subplot ({row}, {col})")
212210
ax.grid()

0 commit comments

Comments
 (0)