Skip to content

Commit

Permalink
fixed extraneous whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
twmr committed Nov 15, 2014
1 parent 9591cb8 commit eab5b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/pylab_examples/line_collection2.py
Expand Up @@ -23,7 +23,7 @@
# See matplotlib.collections.LineCollection for more information
line_segments = LineCollection([list(zip(x, y)) for y in ys], # Make a sequence of x,y pairs
linewidths=(0.5, 1, 1.5, 2),
linestyles = 'solid')
linestyles='solid')
line_segments.set_array(x)
ax.add_collection(line_segments)
fig = gcf()
Expand Down

0 comments on commit eab5b52

Please sign in to comment.