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 13, 2015
2 parents 229d3a4 + 689637f commit 942b428
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 942b428

Please sign in to comment.