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 like the API. very useful to generate beautiful graphs.
I am trying to integrate it in a project, but unfortunately it does not seem very scalable.
Each plot (basic plots, 200 data pts ) has file size (.html) of 2MB.
If I want to make 1000 plots, plotly offline will generate 2GB worth of data.
I think we should be able to shrink this, not to 10002MB but 1000200pts+overhead, which should be less than 4MB.