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.
2 parents e600d8f + ebf992d commit 4bbce2bCopy full SHA for 4bbce2b
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