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.
2 parents 229d3a4 + 689637f commit 942b428Copy full SHA for 942b428
doc/users/artists.rst
@@ -104,7 +104,7 @@ The Axes also has helper methods to configure and decorate the x-axis
104
and y-axis tick, tick labels and axis labels::
105
106
xtext = ax.set_xlabel('my xdata') # returns a Text instance
107
- ytext = ax.set_ylabel('my xdata')
+ ytext = ax.set_ylabel('my ydata')
108
109
When you call :meth:`ax.set_xlabel <matplotlib.axes.Axes.set_xlabel>`,
110
it passes the information on the :class:`~matplotlib.text.Text`
0 commit comments