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
--
_/\/¯¯\/\_ 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
-
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
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
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
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
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
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
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
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
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
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
--
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
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
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
15 matches
Mail list logo