We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0c3627 commit 184ceb4Copy full SHA for 184ceb4
examples/misc/zorder_demo.py
@@ -61,7 +61,7 @@
61
62
###############################################################################
63
# Many functions that create a visible object accepts a ``zorder`` parameter.
64
-# Alternatively, you can call ``set_order()`` on the created object later.
+# Alternatively, you can call ``set_zorder()`` on the created object later.
65
66
x = np.linspace(0, 7.5, 100)
67
plt.rcParams['lines.linewidth'] = 5
0 commit comments