Skip to content

Commit 3a8f33e

Browse files
committed
add some comments
1 parent bf38291 commit 3a8f33e

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -916,6 +916,7 @@ def make_figure(args, constructor, trace_patch={}, layout_patch={}):
916916
if constructor_to_use == go.Scatter
917917
else go.Scatterpolargl
918918
)
919+
# Create the trace
919920
trace = constructor_to_use(name=trace_name)
920921
if trace_spec.constructor not in [
921922
go.Parcats,

0 commit comments

Comments
 (0)