Skip to content

LOW-635: fix plot saving

Alex Hill requested to merge plot-saving-tweaks into master

plt.savefig() fails when the `figsize` argument is present, so this removes it. This change also allows you to specify filetypes that aren't .png by including an extension in the --output argument.

Merge request reports