Re: [Matplotlib-users] Need to plot z at given x, y...contour? or something!

2012-09-14 Thread Eric Firing
On 2012/09/14 10:15 AM, Benjamin Root wrote: > > > On Fri, Sep 14, 2012 at 3:50 PM, Eric Firing > wrote: > > On 2012/09/14 9:00 AM, Benjamin Root wrote: > > tricontourf() might be more what you are looking for. Another > > possibility is pcolor() (note tha

Re: [Matplotlib-users] Need to plot z at given x, y...contour? or something!

2012-09-14 Thread Benjamin Root
On Fri, Sep 14, 2012 at 3:50 PM, Eric Firing wrote: > On 2012/09/14 9:00 AM, Benjamin Root wrote: > > tricontourf() might be more what you are looking for. Another > > possibility is pcolor() (note that for irregularly spaced grids, > > pcolormesh() would not work). > > Huh? I don't think there

Re: [Matplotlib-users] Need to plot z at given x, y...contour? or something!

2012-09-14 Thread gsal
Wonderful...pcolor is doing the job without processing, it takes exactly what I already have...the n+1 values for x and y coordinates defining the boundaries of the cells and the nxn matix itself. pcolormesh and pcolorfast also work. Thank you very much. -- View this message in context: h

Re: [Matplotlib-users] Need to plot z at given x, y...contour? or something!

2012-09-14 Thread Eric Firing
On 2012/09/14 9:00 AM, Benjamin Root wrote: > tricontourf() might be more what you are looking for. Another > possibility is pcolor() (note that for irregularly spaced grids, > pcolormesh() would not work). Huh? I don't think there is anything pcolor can handle that pcolormesh can't handle faste

[Matplotlib-users] John Hunter has been awarded the first Distinguished Service Award by the PSF

2012-09-14 Thread Fernando Perez
Hi folks, you may have already seen this, but in case you haven't, I'm thrilled to share that the Python Software Foundation has just created its newest and highest distinction, the Distinguished Service Award, and has chosen John as its first recipient: http://pyfound.blogspot.com/2012/09/announ

Re: [Matplotlib-users] Need to plot z at given x, y...contour? or something!

2012-09-14 Thread Benjamin Root
On Fri, Sep 14, 2012 at 2:51 PM, gsal wrote: > Hi, everybody: > > I don't have experience with images or contours and need some help plotting > a 'z' quantity for given x,y coordinates. > > What are the choices? > > Here is a small sample of the data: > > The first row has the i-th x-coordinate

[Matplotlib-users] Need to plot z at given x, y...contour? or something!

2012-09-14 Thread gsal
Hi, everybody: I don't have experience with images or contours and need some help plotting a 'z' quantity for given x,y coordinates. What are the choices? Here is a small sample of the data: The first row has the i-th x-coordinate at which the field starts to have the value [i,j]. The first

[Matplotlib-users] John Hunter awarded PSF's Distinguished Service Award

2012-09-14 Thread Damon McDougall
All, John Hunter, lead author of matplotlib, has been awarded PSF's Distinguished Service Award. For details, see http://pyfound.blogspot.co.uk/2012/09/announcing-2012-distinctive-service.html Some of you may have already seen this. For those who haven't, it serves as a poignant reminder to the

Re: [Matplotlib-users] Problem with axvline in gridspec with log Y axis

2012-09-14 Thread Phil Elson
Thanks for raising this. I have simplified and opened an issue for the bug ( https://github.com/matplotlib/matplotlib/issues/1246) and will be looking at this asap. All the best, Phil -- Got visibility? Most devs has no i