Skip to content
This repository was archived by the owner on Aug 29, 2025. It is now read-only.

Commit 7d088ba

Browse files
always redraw when animating
1 parent 2d0482d commit 7d088ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly_express/_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ def configure_geo(args, fig, axes, orders):
488488
def configure_animation_controls(args, constructor, fig):
489489
def frame_args(duration):
490490
return {
491-
"frame": {"duration": duration, "redraw": constructor != go.Scatter},
491+
"frame": {"duration": duration, "redraw": True},
492492
"mode": "immediate",
493493
"fromcurrent": True,
494494
"transition": {"duration": duration, "easing": "linear"},

0 commit comments

Comments
 (0)