Re: [Matplotlib-users] zorder for individual points in a scatter plot on a Basemap

2010-06-29 Thread Aman Thakral
Hi, Thanks for the suggestions. I also came the same conclusion about ordering the arrays before hand. This did the trick for the zorder, but I also have to make the marker unique for each data point. I need to keep everything into one artist since I'm using a pick event to display the data repr

Re: [Matplotlib-users] zorder for individual points in a scatter plot on a Basemap

2010-06-29 Thread Jeff Whitaker
On 6/29/10 1:19 PM, Thomas Lecocq wrote: Hi, What about ordering the arrays before plotting ? Are the first elements drawn back to front ? Thomas ** Thomas Lecocq Geologist Ph.D.Student (Seismology) Royal Observatory of Belgium ** --

Re: [Matplotlib-users] zorder for individual points in a scatter plot on a Basemap

2010-06-29 Thread Thomas Lecocq
Hi, What about ordering the arrays before plotting ? Are the first elements drawn back to front ? Thomas ** Thomas Lecocq Geologist Ph.D.Student (Seismology) Royal Observatory of Belgium ** Date: Mon, 28 Jun 2010 12:55:22 -0400 From: athak..