This should be fixed in 1.4.3 (which currently has a release candidate out
and barring calamities will be released this weekend).
On Wed Feb 04 2015 at 9:44:54 AM Aston630 <gae...@gm...>
wrote:
> 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.
>
> ------------------------------------------------------------
> ------------------
> Dive into the World of Parallel Programming. The Go Parallel Website,
> sponsored by Intel and developed in partnership with Slashdot Media, is
> your
> hub for all things parallel software development, from weekly thought
> leadership blogs to news, videos, case studies, tutorials and more. Take a
> look and join the conversation now. http://goparallel.sourceforge.net/
> _______________________________________________
> Matplotlib-users mailing list
> Mat...@li...
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>
|