Re: [Matplotlib-users] Warning from pylab.plot on Linux

2009-03-31 Thread David E. Sigeti
Friends, Oops! "WXAgg" and "TkAgg" rather than "WXApp" and "TkApp", of course. I did say that I was just getting my bearings. Yours, David At 12:13 PM 3/31/2009, David E. Sigeti wrote: Dear Mike and Jouni, Since my post from yesterday, I have discovered that I was using the WXApp backend

Re: [Matplotlib-users] Warning from pylab.plot on Linux

2009-03-31 Thread David E. Sigeti
Dear Mike and Jouni, Since my post from yesterday, I have discovered that I was using the WXApp backend and that using the TkApp backend fixed the problem. Thanks for the help and sorry about the naive question. I am almost completely new to Matplotlib and am only now getting my bearings.

Re: [Matplotlib-users] Warning from pylab.plot on Linux

2009-03-31 Thread Jouni K . Seppänen
Michael Droettboom writes: > sigeti wrote: >> Dear Matplotlib Folks, >> >> When I run pylab.plot, I get a weird warning: >> >> ** (python:20754): WARNING **: Couldn't connect to system bus > > Which backend are you using? I suspect this is actually a bug in the GUI > framework being used, which

Re: [Matplotlib-users] Warning from pylab.plot on Linux

2009-03-31 Thread Michael Droettboom
Which backend are you using? I suspect this is actually a bug in the GUI framework being used, which we could rule out by running a simple script to do something basic (like show a window) and see if we get the same warning. Mike sigeti wrote: > Dear Matplotlib Folks, > > When I run pylab.plot

[Matplotlib-users] Warning from pylab.plot on Linux

2009-03-30 Thread sigeti
Dear Matplotlib Folks, When I run pylab.plot, I get a weird warning: ** (python:20754): WARNING **: Couldn't connect to system bus ** (python:20754): WARNING **: Couldn't connect to system bus (Note that this was copied by hand because the system on which I run Matplotlib is currently unable