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
The streamline and source point example given does not work because the line fig['data'].append(source_point) throws an error message saying you can't append to a tuple. I There is an easy workaround:
But as of now you are not able to append new data to an existing figure, which makes the example shown and the example in the create_streamline docstring fail to compile and I think this should be fixed.
The text was updated successfully, but these errors were encountered:
Originally reported by @TakodaS in plotly/plotly.py#1555
The streamline and source point example given does not work because the line
fig['data'].append(source_point)
throws an error message saying you can't append to a tuple. I There is an easy workaround:But as of now you are not able to append new data to an existing figure, which makes the example shown and the example in the create_streamline docstring fail to compile and I think this should be fixed.
The text was updated successfully, but these errors were encountered: