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

Skip to content

Commit eab5b52

Browse files
committed
fixed extraneous whitespace
1 parent 9591cb8 commit eab5b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pylab_examples/line_collection2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# See matplotlib.collections.LineCollection for more information
2424
line_segments = LineCollection([list(zip(x, y)) for y in ys], # Make a sequence of x,y pairs
2525
linewidths=(0.5, 1, 1.5, 2),
26-
linestyles = 'solid')
26+
linestyles='solid')
2727
line_segments.set_array(x)
2828
ax.add_collection(line_segments)
2929
fig = gcf()

0 commit comments

Comments
 (0)