Skip to content

Commit 5b07441

Browse files
authored
Merge pull request #22430 from ogauthe/patch-1
fix method name in doc
2 parents 0db7180 + 184ceb4 commit 5b07441

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/misc/zorder_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262
###############################################################################
6363
# Many functions that create a visible object accepts a ``zorder`` parameter.
64-
# Alternatively, you can call ``set_order()`` on the created object later.
64+
# Alternatively, you can call ``set_zorder()`` on the created object later.
6565

6666
x = np.linspace(0, 7.5, 100)
6767
plt.rcParams['lines.linewidth'] = 5

0 commit comments

Comments
 (0)