Skip to content

Commit 207b00b

Browse files
authored
swithing the inline format back to svg - this was actually not the problem
1 parent 3f72b6f commit 207b00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atmos_cloud_sim_uj_utils/show_plot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
from atmos_cloud_sim_uj_utils.temporary_file import TemporaryFile
88

99

10-
def show_plot(filename=None, fig=pyplot, inline_format='png'):
10+
def show_plot(filename=None, fig=pyplot, inline_format='svg'):
1111
""" the missing click-to-save-as-pdf button for matplotlib/Jupyter (use instead of *.show()) """
1212
link = save_and_make_link(fig, filename)
1313
select_figure_formats(InteractiveShell.instance(), {inline_format})

0 commit comments

Comments
 (0)