Re: matplotlib / backend

2009-08-25 Thread baloan
On Aug 25, 10:12 am, Pierre wrote: > Hello, > > I'm to plot some results but it doesn't work. > I got this error : > > /usr/local/libre_rep/python-2.6.1/RHEL_5__x86_64/lib/python2.6/site- > packages/matplotlib/backends/__init__.py:41: UserWarning: > Your currently selected backend, 'agg' does not

matplotlib / backend

2009-08-25 Thread Pierre
Hello, I'm to plot some results but it doesn't work. I got this error : /usr/local/libre_rep/python-2.6.1/RHEL_5__x86_64/lib/python2.6/site- packages/matplotlib/backends/__init__.py:41: UserWarning: Your currently selected backend, 'agg' does not support show(). Please select a GUI backend in you

howto write matplotlib backend?

2007-11-26 Thread mihail . udov
Somewhere on http://matplotlib.sourceforge.net or elsewhere I found some hints how to get started writing a new backend for matplotlib. It mentioned some almost empty kind of template that you could extend for your needs. I cannot find this description again. Would somebody help, please? Cheers M