News

On python 3.4 and matplotlib 1.5 I get different results on different runs. Sometimes the color of the edge is wrong, other times is correct. The code to reproduce the issue is: %matplotlib inline ...
The default marker edge width is inconsistent across Axes.plot and Axes.scatter, due to differences between lines and patches. When all the other defaults are updated, perhaps this could also be made ...