Re: [Matplotlib-users] How to get ticks "out" using mpl_toolkits.axes_grid.axislines ?

2009-07-23 Thread Nicolas Pinto
Thanks Jae-Joon, it's working now. And thanks for pointing me to "spine", that's exactly what I was looking for! Cheers, N On Thu, Jul 23, 2009 at 6:40 PM, Jae-Joon Lee wrote: > Hi, > > Thanks for reporting this. > The axes class in axes_grid toolkits uses different artists to render > ticks a

Re: [Matplotlib-users] How to get ticks "out" using mpl_toolkits.axes_grid.axislines ?

2009-07-23 Thread Jae-Joon Lee
Hi, Thanks for reporting this. The axes class in axes_grid toolkits uses different artists to render ticks and ticklabels. And some of the features in the original matplotlib won't work correctly, and the "tick direction" turned out to be one of them. However, I just committed a fix for this to t

Re: [Matplotlib-users] build requirements for matplotlib

2009-07-23 Thread Michael Droettboom
The latest version I see there is 2.3.9. Is this another instance of the sourceforge file display bug that haunted matplotlib recently? Mike Nils Wagner wrote: > Hi all, > > I am confused by the build requirements for matplotlib. > I cannot find freetype 1.4 > > http://matplotlib.sourceforge.ne

[Matplotlib-users] build requirements for matplotlib

2009-07-23 Thread Nils Wagner
Hi all, I am confused by the build requirements for matplotlib. I cannot find freetype 1.4 http://matplotlib.sourceforge.net/users/installing.html The latest version is freetype 1.3.1 http://sourceforge.net/projects/freetype/files/ Any comments ? Nils --

[Matplotlib-users] How to get ticks "out" using mpl_toolkits.axes_grid.axislines ?

2009-07-23 Thread Nicolas Pinto
Hello, I'm trying to get the ticks "out" in the following scripts using matplotlib svn version. Any reason why it's not working ? Should I dig deeper in mpl_toolkits ? # -- Script 1 # modified from http://matplotlib.sourceforge.net/examples/axes_grid/simple_axisline3.html import matplotlib.pyplot

Re: [Matplotlib-users] memory leak with PyQt4 plus savefig or print_figure

2009-07-23 Thread Ralf Gommers
On Wed, Jul 22, 2009 at 6:36 AM, Alexander Baker wrote: > > > Ralph, > > Perhaps time to migrate to Chaco API from Enthought? not sure if there is > Ubuntu support yet however. Alex, I assume you did not mean to send this to the list... Anyway, matplotlib is a central part of my application and

Re: [Matplotlib-users] Possible problem with mpl.axes .Axes.add_collection()

2009-07-23 Thread Jorge Scandaliaris
writes: > > Hi, > I have a strange problem. It seems to me it is related to > mpl.axes.Axes.add_collection(), but I am too lost to be sure. Well, I haven't solved this problem yet, but it seems that the add_collection() method is not the one at fault. It looks like the lasso widget I am usin

Re: [Matplotlib-users] log plots do not work when using base 2

2009-07-23 Thread Michael Droettboom
I'm not able to reproduce this problem here. Can you provide a standalone script that illustrates it? Also, what version of matplotlib are you using? Mike Barnette, Daniel W wrote: > I've written a python gui to matplotlib which allows the user to plot either > cartesian, semi-log, or log-lo

[Matplotlib-users] Possible problem with mpl.axes.Axes.add_collection()

2009-07-23 Thread jorgesmbox-ml
Hi, I have a strange problem. It seems to me it is related to mpl.axes.Axes.add_collection(), but I am too lost to be sure. I have a script for visualizing certain aspects of images, built upon many bits and pieces I found on the matplotlib example section. It basically lets me view an image fr

Re: [Matplotlib-users] speeding-up griddata()

2009-07-23 Thread Jeff Whitaker
Denis-B wrote: > Robert C, Robert K, folks, > > messing with the nice delaunay/testfuncs.py to time > linear_interpolate_grid nn_interpolate_grid and nn_interpolate_unstructured > in _delaunay, I see linear ~ 100 times faster than the nn_ s: > > # from: trigrid Ntri=1000 Ngrid=100 run: 21 Jul 20

Re: [Matplotlib-users] Basemap installation on Ubuntu 9.04 (Jaunty Jackalope)

2009-07-23 Thread Angus McMorland
2009/7/23 Angus McMorland : > 2009/7/23 Nicolas : >> Hi all >> >> I was wondering if anyone managed to find / install Basemap on a i386 >> machine running ubuntu 9.04 (Jaunty Jackalope) ... >> >> I've installed the debs through synaptic, and I've tried without >> success to compile >> Basemap (0.99

Re: [Matplotlib-users] Basemap installation on Ubuntu 9.04 (Jaunty Jackalope)

2009-07-23 Thread Angus McMorland
2009/7/23 Nicolas : > Hi all > > I was wondering if anyone managed to find / install Basemap on a i386 > machine running ubuntu 9.04 (Jaunty Jackalope) ... > > I've installed the debs through synaptic, and I've tried without > success to compile > Basemap (0.99), with failure at the libgeos compila

[Matplotlib-users] Basemap installation on Ubuntu 9.04 (Jaunty Jackalope)

2009-07-23 Thread Nicolas
Hi all I was wondering if anyone managed to find / install Basemap on a i386 machine running ubuntu 9.04 (Jaunty Jackalope) ... I've installed the debs through synaptic, and I've tried without success to compile Basemap (0.99), with failure at the libgeos compilation. Trying to install "old" .deb

[Matplotlib-users] Basemap installation on Ubuntu 9.04 (Jaunty

2009-07-23 Thread Nicolas
-- _/\/¯¯\/\_ 33º49'45.24"S & 18º28'45.60"E Dr. Nicolas Fauchereau Senior Researcher CSIR - NRE Research Group: Ocean systems and climate 15 Lower Hope street, Rosebank 7700 South Africa _/\/¯¯\/\_ 33º49'45.24"S & 18º28'45.60"E -

Re: [Matplotlib-users] griddata returns nan

2009-07-23 Thread plankton
plankton wrote: > > Greetings all, > > I rotate a vector field and than I tried to interpolate it to a new grid > using griddata. > > CODE: > > x_grid_unique = unique(x_grid) > y_grid_unique = unique(y_grid) > x_meshgrid, y_meshgrid = meshgrid(x_grid_unique, y_gri