Skip to content

Commit 04bd8b9

Browse files
authored
Update packages/python/plotly/plotly/express/_core.py
1 parent 72c4155 commit 04bd8b9

File tree

1 file changed

+1
-1
lines changed
  • packages/python/plotly/plotly/express

1 file changed

+1
-1
lines changed

packages/python/plotly/plotly/express/_core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ def make_trace_spec(args, constructor, attrs, trace_patch):
812812
or (
813813
args["render_mode"] == "auto"
814814
and len(args["data_frame"]) > 1000
815-
and args["line_shape"] != "spline"
815+
and args.get("line_shape") != "spline"
816816
and args["animation_frame"] is None
817817
)
818818
):

0 commit comments

Comments
 (0)