Closed
Description
This is copied over from plotly/plotly.py#487.
I would like to share this peculiar behaviour in Mesh3d
plots. Maybe it is somehow helpful in looking for memory management issues, although the data payload is imported from a file.
The code is from plotly/plotly.py#517 and it uses FigureFactory.create_trisurf()
from the Python API (plotly 1.12.2
) in offline mode within an ipython notebook
. This leads to a regular oscillation in my RAM consumption when rendered inside Chrome, but not so for Firefox. The oscillation frequency seems to depend on the amount of interaction with the plot.
Chrome:
Firefox: