We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f72b6f commit 207b00bCopy full SHA for 207b00b
atmos_cloud_sim_uj_utils/show_plot.py
@@ -7,7 +7,7 @@
7
from atmos_cloud_sim_uj_utils.temporary_file import TemporaryFile
8
9
10
-def show_plot(filename=None, fig=pyplot, inline_format='png'):
+def show_plot(filename=None, fig=pyplot, inline_format='svg'):
11
""" the missing click-to-save-as-pdf button for matplotlib/Jupyter (use instead of *.show()) """
12
link = save_and_make_link(fig, filename)
13
select_figure_formats(InteractiveShell.instance(), {inline_format})
0 commit comments