Open ltsypin opened 4 years ago
I ended up writing my own plotter more-or-less equivalent to yours in plain Bokeh, and that seems to work for .svg output. Let me know if you want that code!
After some peeking at the Holoviews source code and troubleshooting, it looks to me like the bokeh backend does not support svg output. I'm fairly certain this was supported in the past but at least right now this isn't the case.
For small sets of plots, when one needs a decent-quality, static image, I suggest the tried-and-true screenshot. For larger sets, html is always a great option.
That's great that you've built something similar in Bokeh! I think that would work perfectly for the next iteration of this package that includes a publication-quality option for output. Let me know if you want to lead that charge on that as a contributor or if you'd rather give me the code to work off of.
Thanks for the cool package! I'm trying to save the plots generated by
dknlab_tools.viz.plot_growthcurves
usingdknlab_tools.viz.save
as .svgs. I'm getting the following error:Does this mean that .svgs are not actually supported, or am I doing something wrong?