Hi,

setting colors with transparency no longer works for me in
0.98.0, but worked before in 0.91.3:

c = matplotlib.collections.LineCollection(lines, colors = lineColors)

This shows the lines only with the base colors without transparency.

However, if I modify the code to the following, the colors shows
properly with transparency:

c = matplotlib.collections.LineCollection(lines)
c.set_color(lineColors)


Mátyás János

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to