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 9591cb8 commit eab5b52Copy full SHA for eab5b52
examples/pylab_examples/line_collection2.py
@@ -23,7 +23,7 @@
23
# See matplotlib.collections.LineCollection for more information
24
line_segments = LineCollection([list(zip(x, y)) for y in ys], # Make a sequence of x,y pairs
25
linewidths=(0.5, 1, 1.5, 2),
26
- linestyles = 'solid')
+ linestyles='solid')
27
line_segments.set_array(x)
28
ax.add_collection(line_segments)
29
fig = gcf()
0 commit comments