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

Skip to content

Commit 353985a

Browse files
committed
Fix reST formatting
1 parent 7f78674 commit 353985a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

doc/users/next_whats_new/multiple_labels_for_Axes_plot.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
An iterable object with labels can be passed to `Axes.plot()`
1+
An iterable object with labels can be passed to `.Axes.plot`
22
-------------------------------------------------------------
33

44
If multidimensional data is used for plotting, labels can be specified in
55
a vectorized way with an iterable object of size corresponding to the
66
data array shape (exactly 5 labels are expected when plotting 5 lines).
7-
It works with `Axes.plot()` as well as with it's wrapper `plt.plot()`.
7+
It works with `.Axes.plot` as well as with it's wrapper `.pyplot.plot`.
88

99
.. plot::
1010

0 commit comments

Comments
 (0)