Re: [Matplotlib-users] Newbie question

2009-06-11 Thread Eric Firing
jorgesmbox...@yahoo.es wrote: > > Hi, The matplotlib.collections.Collection documentation reads: "All > properties in a collection must be sequences or scalars; if scalars, > they will be converted to sequences. The property of the ith element > of the collection is: prop[i % len(props)]". I had

[Matplotlib-users] hist with stackedboxed anomaly

2009-06-11 Thread Rich Drewes
Hello, Is there some reason the first and second figure in the simple program below should show any difference other than color? (On my machine, the first plot is missing the 3 and 4 datapoints.) import pylab as p x1=[1, 2, 3, 4, 2, 2, 2, 3, 3, 3] x2=[1, 2] p.figure() p.hist([x2, x1], histtype

[Matplotlib-users] New contourf() drawing polygon boundaries for some reason?

2009-06-11 Thread Zane Selvans
I just installed the latest SciPy Superpack in order to get access to the scipy.spatial.KDTree class, and discovered that for some reason now when I use contourf() lines get drawn at the boundaries between the filled contours. Additionally, there is always a single vertical line crossing from each

Re: [Matplotlib-users] Upgrading of 3D plotting in matplotlib- recent comments on web site.

2009-06-11 Thread Esmail
Hi John, John Hunter wrote: > On Tue, Jun 9, 2009 at 3:05 PM, Lou Pecora wrote: > >> - >> It is good news that matplotlib 3D functions are being upgraded. Thank you. >> But it is unclear from the message

Re: [Matplotlib-users] Quiver plot of a netcdf file

2009-06-11 Thread Jeff Whitaker
Eric Firing wrote: > Gökhan SEVER wrote: > >> On Thu, Jun 11, 2009 at 1:09 PM, JPKay > > wrote: >> >> >> Hello, >> I am trying to use matplotlib to create a quiver plot of a NetCDF >> file with >> the extension .nc. The Netcdf file is a series o

Re: [Matplotlib-users] Quiver plot of a netcdf file

2009-06-11 Thread Eric Firing
Gökhan SEVER wrote: > On Thu, Jun 11, 2009 at 1:09 PM, JPKay > wrote: > > > Hello, > I am trying to use matplotlib to create a quiver plot of a NetCDF > file with > the extension .nc. The Netcdf file is a series of arrays that contain > info

Re: [Matplotlib-users] Quiver plot of a netcdf file

2009-06-11 Thread Gökhan SEVER
On Thu, Jun 11, 2009 at 1:09 PM, JPKay wrote: > > Hello, > I am trying to use matplotlib to create a quiver plot of a NetCDF file with > the extension .nc. The Netcdf file is a series of arrays that contain > information about the stress tensors on a globe. > > I am struggling to import the file

Re: [Matplotlib-users] Quiver plot of a netcdf file

2009-06-11 Thread JPKay
I was under the impression that ScientificPython.io.netCDF was outdated. I have no preference on ncdump and if there is an easier way to import the data, then I am all for it. Right now the pupynere website is down so I can't check the site for help. Thanks for the responses. Paul Anton Letne

Re: [Matplotlib-users] Quiver plot of a netcdf file

2009-06-11 Thread Paul Anton Letnes
In addition to scipy.io, there are some pure python netcdf readers, including pupynere (might be easier to install a pure python module?). Also, you have ScientificPython.io.netCDF, in case this is more convenient for you. ncdump is almost certainly not the way to go, it is best suited for human in

[Matplotlib-users] drawing un-filled text with matplotlib

2009-06-11 Thread Michael Hearne
I apologize if I am using the wrong terminology for this, but I am trying to reproduce the "un-filled" text effect in the attached image with matplotlib. Is this possible? Thanks, Mike <> -- Crystal Reports - New

Re: [Matplotlib-users] Quiver plot of a netcdf file

2009-06-11 Thread Matthew Brett
Hi, > I am struggling to import the file into python and having the quiver data > show up. > To import the file I have been using: > “ncdump file.nc” scipy.io has netcdf reading - it just uses a copy of http://pypi.python.org/pypi/pupynere/ Best, Matthew ---

[Matplotlib-users] Quiver plot of a netcdf file

2009-06-11 Thread JPKay
Hello, I am trying to use matplotlib to create a quiver plot of a NetCDF file with the extension .nc. The Netcdf file is a series of arrays that contain information about the stress tensors on a globe. I am struggling to import the file into python and having the quiver data show up. To import th

[Matplotlib-users] can matplotlib load map data from mapinfo file(.mid, .mif)?

2009-06-11 Thread pts
i'm searching for how to load mapinfo file(with extension of mid and mif) in matplotlib,but found many result about how export mid and mif file from matplotlib. i have download a mapinfo file,and now,i want to load it into a plot figure,can someone give me a point. thanks. -- View this message i