Skip to content

Commit

Permalink
Merge pull request #4096 from lesteve/patch-1
Browse files Browse the repository at this point in the history
Fix minor typo in artist tutorial
  • Loading branch information
jenshnielsen committed Feb 14, 2015
1 parent db1c600 commit ebf992d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/users/artists.rst
Expand Up @@ -104,7 +104,7 @@ The Axes also has helper methods to configure and decorate the x-axis
and y-axis tick, tick labels and axis labels::

xtext = ax.set_xlabel('my xdata') # returns a Text instance
ytext = ax.set_ylabel('my xdata')
ytext = ax.set_ylabel('my ydata')

When you call :meth:`ax.set_xlabel <matplotlib.axes.Axes.set_xlabel>`,
it passes the information on the :class:`~matplotlib.text.Text`
Expand Down

0 comments on commit ebf992d

Please sign in to comment.