Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4bbce2b

Browse files
committed
Merge remote-tracking branch 'upstream/v1.4.2-doc' into v1.4.x
2 parents e600d8f + ebf992d commit 4bbce2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/users/artists.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The Axes also has helper methods to configure and decorate the x-axis
104104
and y-axis tick, tick labels and axis labels::
105105

106106
xtext = ax.set_xlabel('my xdata') # returns a Text instance
107-
ytext = ax.set_ylabel('my xdata')
107+
ytext = ax.set_ylabel('my ydata')
108108

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

0 commit comments

Comments
 (0)