Thanks to visit codestin.com Credit goes to github.com
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 db1c600 commit ebf992dCopy full SHA for ebf992d
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