Skip to content

Commit 188a6dc

Browse files
typo
1 parent f1ace1a commit 188a6dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/python/facet-plots.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ trace = go.Scatter(x=df["total_bill"], y=model.predict(),
125125
# give it a legend group and hide it from the legend
126126
trace.update(legendgroup="trendline", showlegend=False)
127127

128-
# add it to all rows/cols, but no to empty subplots
128+
# add it to all rows/cols, but not to empty subplots
129129
fig.add_trace(trace, row="all", col="all", exclude_empty_subplots=True)
130130

131131
# set only the last trace added to appear in the legend

0 commit comments

Comments
 (0)