[Matplotlib-users] subplot problem with (altervista) debian package

2006-12-21 Thread Thierry Dumont
I have a problem on my debian stable installation. I use the packages of altervista: deb http://anakonda.altervista.org/debian packages/ deb-src http://anakonda.altervista.org/debian sources/ subplot is ok with the syntax subplot(212) for example, but not with subplot(2,1,2) (and I need this synt

[Matplotlib-users] problems doing MULTIPLE plots -> old plots appear on new plots!?!

2006-12-21 Thread chris
Help! I'm trying to make multiple plots in a web app and old plots seem to stick around and show up on new plots!??! Is there someway to "erase the canvas" or avoid this happening? Sound familiar? growth function below is the first plot that is ok. management function below is the one that has g

Re: [Matplotlib-users] Masked nan

2006-12-21 Thread Paul Novak
Adding the line numeric: numpy to my matplotlibrc file fixed the problem. Thanks, Paul Darren Dale wrote: > On Thursday 21 December 2006 13:43, Jeff Whitaker wrote: >> Paul Novak wrote: >>> I have a problem that arose when I tried to run the gridding irregularly >>> spaced data demo on the wiki >

Re: [Matplotlib-users] Masked nan

2006-12-21 Thread Darren Dale
On Thursday 21 December 2006 13:43, Jeff Whitaker wrote: > Paul Novak wrote: > > I have a problem that arose when I tried to run the gridding irregularly > > spaced data demo on the wiki > > http://www.scipy.org/Cookbook/Matplotlib/Gridding_irregularly_spaced_data > > > > When I run the attached sc

Re: [Matplotlib-users] Masked nan

2006-12-21 Thread Jeff Whitaker
Paul Novak wrote: > I have a problem that arose when I tried to run the gridding irregularly > spaced data demo on the wiki > http://www.scipy.org/Cookbook/Matplotlib/Gridding_irregularly_spaced_data > > When I run the attached script, which sets one value of an array to > nan, masks the array whe

[Matplotlib-users] Masked nan

2006-12-21 Thread Paul Novak
I have a problem that arose when I tried to run the gridding irregularly spaced data demo on the wiki http://www.scipy.org/Cookbook/Matplotlib/Gridding_irregularly_spaced_data When I run the attached script, which sets one value of an array to nan, masks the array where there are nan, and tries

[Matplotlib-users] Missing links on website

2006-12-21 Thread Paul Novak
I don't know if this is right place to post this, but there are several missing links on the matplotlib website. For example, all the links from the http://matplotlib.sourceforge.net/matplotlib.numerix.html page are missing. Those links include http://matplotlib.sourceforge.net/matplotlib.numerix.l

Re: [Matplotlib-users] imshow and 2d interpolation

2006-12-21 Thread Jeff Whitaker
John Hunter wrote: >> "Paul" == Paul Cristini <[EMAIL PROTECTED]> writes: >> > > Paul> Hi everybody, I am trying to perform interpolation on 2d > Paul> data ( irregular or not) and I am wondering if there is a > Paul> way to get the interpolated results which are ob

[Matplotlib-users] [newbie] show a specific figure instance

2006-12-21 Thread andrea zonca
Hi there, I'm new to matplotlib...here is the problem, probably trivial: I've 44 figures handles, and I want to show 1 only, how can I set show() to display one of this instances? if I call show() it opens all the 44 figures. I'm using matplotlib 0.87.7 on ipython 0.7.1 under ubuntu dapper thanks

Re: [Matplotlib-users] imshow and 2d interpolation

2006-12-21 Thread John Hunter
> "Paul" == Paul Cristini <[EMAIL PROTECTED]> writes: Paul> Hi everybody, I am trying to perform interpolation on 2d Paul> data ( irregular or not) and I am wondering if there is a Paul> way to get the interpolated results which are obtained with Paul> the imshow command. This

Re: [Matplotlib-users] IDLE, matplotlib and show command

2006-12-21 Thread Darren Dale
On Thursday 21 December 2006 08:16, Giorgio Luciano wrote: > I've created a shortcut in the desktop to start idle-n > unsing C:\Python25\Lib\idlelib\idle.bat -n > then I changed matplotlibrc and set interactive: True > then started Idle, loaded the module and run. > At first I had this error messag

Re: [Matplotlib-users] IDLE, matplotlib and show command

2006-12-21 Thread Giorgio Luciano
It worked I dont' know why , probably i dind't restart correctly after changing config but with the setting you suggest it went fine. THANKS !! You SAVED my DAY !! Giorgio - Take Surveys. Earn Cash. Influence the Futur

Re: [Matplotlib-users] How to clean memory after plots ?

2006-12-21 Thread Sebastian Busch
Giorgio Luciano wrote: > ... when I restart the function ... all plots freeze. can you give an example? In [1]: from pylab import * In [2]: def f(x): ...: return 2*x ...: In [8]: plot f(array(range(10))) --> plot(f(array(range(10 Out[8]: [] In [9]: show --> show() In [10

Re: [Matplotlib-users] IDLE, matplotlib and show command

2006-12-21 Thread Giorgio Luciano
I've created a shortcut in the desktop to start idle-n unsing C:\Python25\Lib\idlelib\idle.bat -n then I changed matplotlibrc and set interactive: True then started Idle, loaded the module and run. At first I had this error message... Traceback (most recent call last): File "C:\Python25\Lib\site

Re: [Matplotlib-users] IDLE, matplotlib and show command

2006-12-21 Thread Darren Dale
On Thursday 21 December 2006 5:04 am, Giorgio Luciano wrote: > I've searched a bit in the FAQ, since in the last days I'm struggling > with the show and close command. > I've got a function that calculate values to plot. I calculate plot, use > show command and everything goes fine. > I close the f

[Matplotlib-users] IDLE, matplotlib and show command

2006-12-21 Thread Giorgio Luciano
I've searched a bit in the FAQ, since in the last days I'm struggling with the show and close command. I've got a function that calculate values to plot. I calculate plot, use show command and everything goes fine. I close the figure recalculate values and then replot and everything freezes beca

[Matplotlib-users] imshow and 2d interpolation

2006-12-21 Thread Paul Cristini
Hi everybody, I am trying to perform interpolation on 2d data ( irregular or not) and I am wondering if there is a way to get the interpolated results which are obtained with the imshow command. This would allow a very complete interpolation command with many options. The available functions (