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 efdb1df commit cb909eeCopy full SHA for cb909ee
doc/users/pyplot_tutorial.rst
@@ -71,7 +71,7 @@ several ways to set line properties
71
72
73
* Use the setter methods of the ``Line2D`` instance. ``plot`` returns a list
74
- of lines; eg ``line1, line2 = plot(x1,y1,x2,x2)``. Below I have only
+ of lines; eg ``line1, line2 = plot(x1,y1,x2,y2)``. Below I have only
75
one line so it is a list of length 1. I use tuple unpacking in the
76
``line, = plot(x, y, 'o')`` to get the first element of the list::
77
0 commit comments