Re: [Matplotlib-users] problem with histogram

2008-09-08 Thread Antonino Cucchiara
Yes, I did indeed. Is it sufficient replace the matplotlib directory under the scisoft/ with the one available from the site (0.98.0) to update it? I also noticed that the available Fink package is also the matplotlib-0.91.0. Thanks, Nino Manuel Metz wrote: Antonino Cucchiara wrote:

[Matplotlib-users] Re-projecting raster data with Basemap

2008-09-08 Thread Jose Gómez-Dans
Hi, I am starting to play with Basemap. I have some raster data in longitude/latitude (WGS-84, EPSG: 4326). I would like to plot it using imshow, and to then plot some country boundaries and so on and so forth. I have studied the plotprecip.py example in Basemap's distribution, but as far as

[Matplotlib-users] path and bbox

2008-09-08 Thread Evan Mason
Hi, wonder if anyone can help me with path and bbox. I have a set of ocean drifter tracks and I want to know if they pass through a particular boxed area. This is straightforward to do but I wanted to try to do it with matplotlib.transforms and matplotlib.path, which look well-suited to this

[Matplotlib-users] Multiple column legends

2008-09-08 Thread Jose Gómez-Dans
Hi! About a year ago, Jouni Seppänen indicated how to put a number of patches in a legend. So far so good. Now, it turns out that I do have quite a lot of patches to throw into this legend, and it would be nice, rather than to have a single column, to have the possibility to arrange these

Re: [Matplotlib-users] path and bbox

2008-09-08 Thread Eric Firing
Evan Mason wrote: Hi, wonder if anyone can help me with path and bbox. I have a set of ocean drifter tracks and I want to know if they pass through a particular boxed area. This is straightforward to do but I wanted to try to do it with matplotlib.transforms and matplotlib.path, which