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 Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users