Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 580b251

Browse files
authored
Merge pull request #22439 from meeseeksmachine/auto-backport-of-pr-22430-on-v3.5.1-doc
Backport PR #22430 on branch v3.5.1-doc (fix method name in doc)
2 parents bdf8a2f + e94e776 commit 580b251

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)