Skip to content

Commit de23ce0

Browse files
committed
blurb about doc string for batch animate
1 parent cd9b614 commit de23ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migration-guide.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ There are many new and great features in Plotly 3.0 including deeper Jupyter int
88
- Traces can be added and updated interactively by simply assigning to properties
99
- The full Traces and Layout API is generated from the plotly schema to provide a great experience for interactive use in the notebook
1010
- 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.
1212
- Programmatic export of figures to static SVG images (and PNG and PDF with cairosvg installed).
1313

1414
### Removed

0 commit comments

Comments
 (0)