Daniel O'Connor wrote:
> Hi,
> I am trying to use matplotlib non-interactively but if I don't have
> DISPLAY set then wx barfs even though I have tried forcing the backend,
> etc..
This is characteristic of matplotlib that I think should be considered a
major bug, but I have not gotten around to
On Tue, 2 Oct 2007, Jouni K. Seppänen wrote:
> "Daniel O'Connor" <[EMAIL PROTECTED]> writes:
> > I am trying to use matplotlib non-interactively but if I don't have
> > DISPLAY set then wx barfs even though I have tried forcing the
> > backend, etc..
>
> This should probably be in the FAQ... you ne
"Daniel O'Connor" <[EMAIL PROTECTED]> writes:
> I am trying to use matplotlib non-interactively but if I don't have
> DISPLAY set then wx barfs even though I have tried forcing the backend,
> etc..
This should probably be in the FAQ... you need to set the backend before
you import pylab, because
Hi,
I am trying to use matplotlib non-interactively but if I don't have
DISPLAY set then wx barfs even though I have tried forcing the backend,
etc..
eg..
[midget 16:51] ~/projects/beermon >python
Python 2.5.1 (r251:54863, Aug 14 2007, 11:27:14)
[GCC 3.4.6 [FreeBSD] 20060305] on freebsd6
Type "hel