You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I raised the same question in the Plotly forum, but re-posting so it might reach a different audience.
I use the plotly python api (Scatter3d) method to create 3D scatter plots. I love how plotly will export the generated graph into html and saves a temp file. I use the api in the offline mode.
The problem I have is when loading the saved html file (which is around 2-3 Mb with 100-200 points), after chrome renders the graph axis, the whole image freezes for a few seconds.
This is only noticed in certain computers.
*I dont mind waiting for the loading but I would like the graph to be completely loaded once the axis appears. My client does not like the ‘freezing’ effect when he tries to move the 3d plot.
just using the python api, how can i make the exported html as lean and optimized as much as possible?
*Changing the browser didn’t help. Are there any other workarounds when viewing the scatter plots?
Is there anything we can do to optimize the graphs and reduce the freezing observed at the start?
*Are there 3D alternatives to scattergl and pointcloud?
Thanks,
TC
The text was updated successfully, but these errors were encountered:
Hi,
I raised the same question in the Plotly forum, but re-posting so it might reach a different audience.
I use the plotly python api (Scatter3d) method to create 3D scatter plots. I love how plotly will export the generated graph into html and saves a temp file. I use the api in the offline mode.
The problem I have is when loading the saved html file (which is around 2-3 Mb with 100-200 points), after chrome renders the graph axis, the whole image freezes for a few seconds.
This is only noticed in certain computers.
*I dont mind waiting for the loading but I would like the graph to be completely loaded once the axis appears. My client does not like the ‘freezing’ effect when he tries to move the 3d plot.
just using the python api, how can i make the exported html as lean and optimized as much as possible?
*Changing the browser didn’t help. Are there any other workarounds when viewing the scatter plots?
Is there anything we can do to optimize the graphs and reduce the freezing observed at the start?
*Are there 3D alternatives to scattergl and pointcloud?
Thanks,
TC
The text was updated successfully, but these errors were encountered: