Skip to content

Commit 267fd7c

Browse files
committed
update docstring
1 parent efda7d8 commit 267fd7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotly/subplots.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ def make_subplots(
218218
>>> fig.add_scatter(y=[1, 3, 2], row=2, col=1) # doctest: +ELLIPSIS
219219
Figure(...)
220220
221-
or see Figure.append_trace
221+
or see Figure.add_trace
222222
223223
Example 2:
224224

plotly/tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ def make_subplots(
249249
fig['data'] += [Scatter(x=[1,2,3], y=[2,1,2])]
250250
fig['data'] += [Scatter(x=[1,2,3], y=[2,1,2], xaxis='x2', yaxis='y2')]
251251
252-
# or see Figure.append_trace
252+
# or see Figure.add_trace
253253
254254
Example 2:
255255
# subplots with shared x axes

0 commit comments

Comments
 (0)