Marker Edge Width Bug

Hi,

I recently updated Matplotlib from 1.3.1 to 1.4.2, and I observe now a bug
that is: when I plot points, meaning 'markers', if I use markeredgewidth =
0, in order to remove the edge of the marker, it was working very well on
1.3.1 version, but now the points are just gone on the Matplotlib window!
But hold it, when I print the figure pdf, the points are there as before...

Here is the code I use :

plt.setp(line, ls ="", c = color, lw = 2, marker = "o", mfc = color, ms = 7,
mec = color, mew= 2) # set properties

Thank you very much for you help

ยทยทยท

--
View this message in context: http://matplotlib.1069221.n5.nabble.com/Marker-Edge-Width-Bug-tp44800.html
Sent from the matplotlib - users mailing list archive at Nabble.com.