Closed kylecarbon closed 4 years ago
Hi @kylecarbon I'm sorry, I don't really know what is going wrong here and am not sure I will be able to take a close look in the coming weeks.
One thing that could be helpful if you are up for it would be to test if your example works with the plotly python package. Behind the scenes they are both using the same underlying approach for saving figures. If plotly.py can save the figure then we know the problem is here. If plotly.py can't do it then I'd guess the problem is with the underlying ORCA library.
@sglyon sorry for the lack of follow-up but I don't have this issue anymore with Julia v1.3.1 and ORCA v0.3.1.
Hi! I'm having trouble saving 3D figures on my system and I'm not sure where to look to next.
I can save regular plots generated via
scatter
. Once I switch toscatter3d
, I get the error below. Any thoughts?System info
MWE (from the 3D section in the docs)