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.
1 parent 7f78674 commit 353985aCopy full SHA for 353985a
1 file changed
doc/users/next_whats_new/multiple_labels_for_Axes_plot.rst
@@ -1,10 +1,10 @@
1
-An iterable object with labels can be passed to `Axes.plot()`
+An iterable object with labels can be passed to `.Axes.plot`
2
-------------------------------------------------------------
3
4
If multidimensional data is used for plotting, labels can be specified in
5
a vectorized way with an iterable object of size corresponding to the
6
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()`.
+It works with `.Axes.plot` as well as with it's wrapper `.pyplot.plot`.
8
9
.. plot::
10
0 commit comments