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.
2 parents d2dd649 + 5ca6af9 commit 4449654Copy full SHA for 4449654
1 file changed
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