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

Skip to content

Commit 6f2cf43

Browse files
committed
Correct typo in comment.
svn path=/trunk/matplotlib/; revision=6516
1 parent 44ed893 commit 6f2cf43

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

examples/pylab_examples/line_collection2.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# Here are many sets of y to plot vs x
1111
ys = [x+i for i in x]
1212

13-
# We need to set the plot limits, the will not autoscale
13+
# We need to set the plot limits, they will not autoscale
1414
ax = axes()
1515
ax.set_xlim((amin(x),amax(x)))
1616
ax.set_ylim((amin(amin(ys)),amax(amax(ys))))
@@ -32,5 +32,3 @@
3232
ax.set_title('Line Collection with mapped colors')
3333
sci(line_segments) # This allows interactive changing of the colormap.
3434
show()
35-
36-

0 commit comments

Comments
 (0)