Open hayatoikoma opened 6 years ago
I have same issue on savefig from Plots. "PlotlyJS.savefig" helped me to save figure .eps on command line. But I can't implement same code on Jupyter Notebook.
I have a same issue with "savefig" function when saving heatmaps. However, PlotlyJS.savefig function works the REPL.
I am trying to save a figure with subplots, but the
savefig
function hangs. I can save a figure without subplots. I also found that the figure can be saved through thesavefig
function from PlotlyJS.This is the minimal script to reproduce the problem. I haven't checked it with other backends.
This is my environment.