Re: [Matplotlib-users] debian install

2008-07-09 Thread Sandro Tosi
Hello Ben, On Wed, Jul 9, 2008 at 19:37, Ben Axelrod <[EMAIL PROTECTED]> wrote: > I get errors when I add: > > deb http://anakonda.altervista.org/debian packages/ > > deb-src http://anakonda.altervista.org/debian sources/ > > to my /etc/apt/sources.list. Is this still the preferred method for

Re: [Matplotlib-users] creating colormaps

2008-07-09 Thread Marjolaine Rouault
Thanks Eric, That is much better. I am going to try and implement it now and see how I go. I will let you know. Regards, Marjolaine. >>> Eric Firing <[EMAIL PROTECTED]> 07/09/08 11:12 PM >>> Marjolaine Rouault wrote: > Hi, > > I don't understand how one creates his own colormap. i am using > m

Re: [Matplotlib-users] keeping axis settings while adding data

2008-07-09 Thread Ryan May
Lubos Vrbka wrote: > hello, > >> why is it actually not possible to do something like the following piece >> of code? >> ioff() >> plot commands >> draw() >> ion() > actually, i did some test now (modification of the example > http://www.scipy.org/Cookbook/Matplotlib/Animations site): > > from

Re: [Matplotlib-users] Fwd: Re: Autonomous display of image/plot/figure

2008-07-09 Thread Ryan May
James K. Gruetzner wrote: > Thanks for the suggestion, Michael. Reading it led to a bit of a forehead > slap. > > Unfortunately, that didn't work either. Curiously, it appears that > the "show()" command does not return. > > - CODE SECTION - > #!/usr/local/bin/python > > impor

Re: [Matplotlib-users] creating colormaps

2008-07-09 Thread Eric Firing
Marjolaine Rouault wrote: > Hi, > > I don't understand how one creates his own colormap. i am using > matplotlib and I have checked the example in > http://www.scipy.org/Cookbook/Matplotlib/Show_colormaps but I can't > really understand how it works. Are there any other examples out > there? I wan

Re: [Matplotlib-users] debian install

2008-07-09 Thread Michael Droettboom
The matplotlib developers don't maintain that repository (which appears to be empty at present). Send a note of to its owner. matplotlib (of some version at least) exists in the standard Debian repositories. You can install it from there. Or install from source if you need something newer.

[Matplotlib-users] debian install

2008-07-09 Thread Ben Axelrod
I get errors when I add: deb http://anakonda.altervista.org/debian packages/ deb-src http://anakonda.altervista.org/debian sources/ to my /etc/apt/sources.list. Is this still the preferred method for installing on Debian? Thanks, -Ben -

Re: [Matplotlib-users] Questions about 3D plotting

2008-07-09 Thread Darren Dale
On Wednesday 09 July 2008 12:40:29 pm anirudh vij wrote: > > We have been warning that 3D plotting was unsupported and needed someone > > to volunteer to maintain it for quite a while now. Nobody answered the > > call, and 3d capabilities did not survive the transition to the new > > transforms in

Re: [Matplotlib-users] Questions about 3D plotting

2008-07-09 Thread anirudh vij
> We have been warning that 3D plotting was unsupported and needed someone to > volunteer to maintain it for quite a while now. Nobody answered the call, and > 3d capabilities did not survive the transition to the new transforms in > mpl-0.98, so it was removed, However... > hmm. Mayavi2 has a mla

Re: [Matplotlib-users] Questions about 3D plotting

2008-07-09 Thread Darren Dale
On Wednesday 09 July 2008 11:59:50 am anirudh vij wrote: > On Wed, Jul 9, 2008 at 4:54 PM, Darren Dale <[EMAIL PROTECTED]> wrote: > > On Wednesday 09 July 2008 10:35:55 am anirudh vij wrote: > >> Hi, > >> > >> First off, I'd like to congratulate the devs who wrote the 3D plotting > >> module. Its g

Re: [Matplotlib-users] Questions about 3D plotting

2008-07-09 Thread Darren Dale
On Wednesday 09 July 2008 10:35:55 am anirudh vij wrote: > Hi, > > First off, I'd like to congratulate the devs who wrote the 3D plotting > module. Its great and fits a lot of my plotting needs without > resorting to vtk, mayavi etc. > > But I've had some issues with 3D plots I'm sorry to disappoi

[Matplotlib-users] Questions about 3D plotting

2008-07-09 Thread anirudh vij
Hi, First off, I'd like to congratulate the devs who wrote the 3D plotting module. Its great and fits a lot of my plotting needs without resorting to vtk, mayavi etc. But I've had some issues with 3D plots 1. If i do a import pylab as p import matplotlib.axes3d as p3 fig=p.figure() ax = p3.

[Matplotlib-users] creating colormaps

2008-07-09 Thread Marjolaine Rouault
Hi, I don't understand how one creates his own colormap. i am using matplotlib and I have checked the example in http://www.scipy.org/Cookbook/Matplotlib/Show_colormaps but I can't really understand how it works. Are there any other examples out there? I want to create a colormap a bit like th

[Matplotlib-users] Fwd: Re: Autonomous display of image/plot/figure

2008-07-09 Thread James K. Gruetzner
Thanks for the suggestion, Michael. Reading it led to a bit of a forehead slap. Unfortunately, that didn't work either. Curiously, it appears that the "show()" command does not return. - CODE SECTION - #!/usr/local/bin/python import os,sys import pylab def main(): x = pylab

Re: [Matplotlib-users] Problem of memory for image buffer

2008-07-09 Thread Maxime Bois
Tahnk you for the link. In fact, I don't know what's happen yesterday because I can't reproduce the error. I launch again my program and everything is good, I don't have the error anymore... Cheers, Maxime Michael Droettboom a écrit : > Have a look here for some information about memory leaks: