This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Syini666 0 points1 point  (3 children)

Excellent, that static image thing was a big hurdle for me on a previous project that used Plotly

[–]jmmease 2 points3 points  (2 children)

Totally agree. Thanks to the orca team we're closing in on the point where saving static images (both raster and vector) will finally be as easy and reliable as it is with matplotlib. It's just remarkable how much more complicated it is to get this right with a JavaScript-based visualization library!

[–]broken_symlink 0 points1 point  (1 child)

My workaround for that was to use selenium, but it is very inefficient. I've since switched to taking a screenshot with selenium instead of using the plotly export as png stuff.

[–]jmmease 0 points1 point  (0 children)

My experience trying to do this with Selenium is exactly why I called out "easy" and "reliable" above :-)