Skip to content

Commit e103aa4

Browse files
animation limitations
1 parent d5a5fa1 commit e103aa4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: doc/python/animations.md

+6
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@ fig = px.bar(df, x="continent", y="pop", color="continent",
5151
fig.show()
5252
```
5353

54+
### Current Animation Limitations and Caveats
55+
56+
* Animations are designed to work well when each row of input is present across all animation frames, and when categorical values mapped to symbol, color and facet are constant across frames. Animations *may be misleading or inconsistent* if these constraints are not met.
57+
* Although Plotly Express supports animation for many chart and map types, smooth inter-frame transitions are today only possible for scatter and bar
58+
* Plotly Express will not automatically compute the union of all x/y/color ranges, so these must be specified manually to avoid scale jumps across frames
59+
5460
#### Animated figures with Graph Objects
5561

5662
The remainder of this section describes the low-level API for constructing animated figures manually.

0 commit comments

Comments
 (0)