plotly / orca

Command line application for generating static images of interactive plotly charts
MIT License
292 stars 40 forks source link

plotly.js error when saving plotly figure to .eps #359

Open AliceGem opened 3 years ago

AliceGem commented 3 years ago

We are using plotly to generate plots of particles in space as scatter plots (using the Scatter3d functions). When saving the figure to .eps file using fig.write_image("name.eps") we receive this error:

The image request was rejected by the orca conversion utility with the following error:
   525: plotly.js error

Any idea on how to solve?