Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 5375ffc

Browse files
revert always-redraw
1 parent bf3c9a5 commit 5375ffc

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
@@ -489,7 +489,7 @@ def configure_geo(args, fig, axes, orders):
489489
def configure_animation_controls(args, constructor, fig):
490490
def frame_args(duration):
491491
return {
492-
"frame": {"duration": duration, "redraw": True},
492+
"frame": {"duration": duration, "redraw": constructor != go.Scatter},
493493
"mode": "immediate",
494494
"fromcurrent": True,
495495
"transition": {"duration": duration, "easing": "linear"},

0 commit comments

Comments
 (0)