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)
>
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
-
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.
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
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