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
Copy file name to clipboardExpand all lines: migration-guide.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ There are many new and great features in Plotly 3.0 including deeper Jupyter int
8
8
- Traces can be added and updated interactively by simply assigning to properties
9
9
- The full Traces and Layout API is generated from the plotly schema to provide a great experience for interactive use in the notebook
10
10
- Support for setting array properties as numpy arrays. When numpy arrays are used, ipywidgets binary serialization protocol is used to avoid converting these to JSON strings.
11
-
- Context manager API for animation.
11
+
- Context manager API for animation. Run `help(go.Figure().batch_animate)` for the full doc string.
12
12
- Programmatic export of figures to static SVG images (and PNG and PDF with cairosvg installed).
0 commit comments