Re: [matplotlib-devel] Display problems

2008-08-08 Thread Nils Wagner
On Fri, 8 Aug 2008 08:47:11 -0500 "John Hunter" <[EMAIL PROTECTED]> wrote: > On Fri, Aug 8, 2008 at 8:20 AM, Nils Wagner > <[EMAIL PROTECTED]> wrote: > >> I have installed matplotlib locally on a linux box >> (without root access). >> Is it possible for o t h e r users to use my local >> matplot

[matplotlib-devel] irregularly spaced grids and imshow....

2008-08-08 Thread Grégory Lielens
Hello everybody, I have sent this message to the user group, but thinking of it, it may be more relevant to the development mailing list...so here it is again. We are looking for the best way to plot a waterfall diagram in Matplotlib. The 2 functions which could be used to do that are (as far

Re: [matplotlib-devel] Display problems

2008-08-08 Thread John Hunter
On Fri, Aug 8, 2008 at 8:20 AM, Nils Wagner <[EMAIL PROTECTED]> wrote: > I have installed matplotlib locally on a linux box > (without root access). > Is it possible for o t h e r users to use my local > matplotlib installation ? The problem is that show() > doesn't produce a result on the screen.

[matplotlib-devel] Display problems

2008-08-08 Thread Nils Wagner
Hi all, I have installed matplotlib locally on a linux box (without root access). Is it possible for o t h e r users to use my local matplotlib installation ? The problem is that show() doesn't produce a result on the screen. Any pointer would be appreciated. Nils -

Re: [matplotlib-devel] mpl tutorial: Controlling axes properties

2008-08-08 Thread Manuel Metz
John Hunter wrote: > On Wed, Aug 6, 2008 at 8:51 AM, Manuel Metz <[EMAIL PROTECTED]> wrote: > >> I think the section Controlling axes properties of >> http://matplotlib.sourceforge.net/tutorial.html needs to be updated, since >> >> frame = gca(gca(), 'frame') >> setp(frame, 'linewidth', 2) >