We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d080723 commit 6bce489Copy full SHA for 6bce489
1 file changed
src/maxplotlib/canvas/canvas.py
@@ -151,11 +151,11 @@ def savefig(
151
if self._plotted:
152
self._matplotlib_fig.savefig(full_filepath)
153
else:
154
-
+
155
fig, axs = self.plot(
156
show=False, backend="matplotlib", savefig=True, layers=layers
157
)
158
- print('done plotting')
+ print("done plotting")
159
fig.savefig(full_filepath)
160
if verbose:
161
print(f"Saved {full_filepath}")
0 commit comments