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

Skip to content

Commit 9558099

Browse files
committed
Update multiple_labels_for_Axes_plot.rst
1 parent 73942be commit 9558099

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

doc/users/next_whats_new/multiple_labels_for_Axes_plot.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
An iterable object with labels can be passed to `.Axes.plot`
2-
-------------------------------------------------------------
2+
------------------------------------------------------------
33

4-
When plotting multiple datasets by passing 2D data as *y* value to `~.Axes.plot`, labels for the datasets can be passed as a list, the length matching the number of columns in *y*.
4+
When plotting multiple datasets by passing 2D data as *y* value to
5+
`~.Axes.plot`, labels for the datasets can be passed as a list, the
6+
length matching the number of columns in *y*.
57

68
.. plot::
79

0 commit comments

Comments
 (0)