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

2009-03-30 Thread sigeti
The warning is not fatal and I can display what I attempted to plot with pylab.show. However, the warning has a significant impact on the interactive usability of Python and matplotlib as a replacement for Matlab. Anyone have any suggestions or observations? Yours, David Sigeti -- View this messa

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

2009-03-31 Thread David E. Sigeti
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, I get a weird warning: ** (python:20754): WARNING **: Couldn't connect to system bus

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 hav