[Matplotlib-users] Legend outside plot

2006-08-15 Thread Brendan Barnwell
Hi, I'm trying to get matplotlib to give me a plot where the legend is outside the axes. I saw several posts about this in the mailing list archives, but none of them really seem to provide workable solutions. Using Figure.legend() doesn't really put the legend outside the f

Re: [Matplotlib-users] Agg backend writing to StringIO?

2006-08-15 Thread Jouni K Seppanen
Nelson Minar <[EMAIL PROTECTED]> writes: > matplotlib is great, particularly the image quality. I'm using > matplotlib to generate images in a webapp and have run into a problem. > How do I get it to give me the rendered image bytes in a string rather > than writing the image to a file? FigureCa

[Matplotlib-users] Agg backend writing to StringIO?

2006-08-15 Thread Nelson Minar
matplotlib is great, particularly the image quality. I'm using matplotlib to generate images in a webapp and have run into a problem. How do I get it to give me the rendered image bytes in a string rather than writing the image to a file? The docs for FigureCanvasAgg.print_figure() says that i

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-15 Thread Darren Dale
On Tuesday 15 August 2006 16:05, [EMAIL PROTECTED] wrote: > Thank you very much. > > What I would like is example for embedding_in_qt.py but whith qt4 > > when I tried : > > import PyQt4 > from PyQt4.QtCore import * > from PyQt4.QtGui import * > > from matplotlib.backends.backend_qtagg import Figur

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-15 Thread sgarcia
Thank you very much. What I would like is example for embedding_in_qt.py but whith qt4 when I tried : import PyQt4 from PyQt4.QtCore import * from PyQt4.QtGui import * from matplotlib.backends.backend_qtagg import FigureCanvasQTAgg as FigureCanvas from matplotlib.figure import Figure but I hav

Re: [Matplotlib-users] Fixed wxcursor_demo.py example, please commit

2006-08-15 Thread Christopher Barker
Daniel Kornhauser wrote: > I looked at the other wx examples, and even if they are great examples > (And I would like to thank a lot the original author Jeremy O'Donoghue > ;-) ), they could afford some cleaning up to conform to the wx style guide: > http://wiki.wxpython.org/index.cgi/wxPytho

Re: [Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-15 Thread Charlie Moad
Yes. Trying running a script like so: python examples/simple_plot-py -dQt4Agg On 8/15/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Is matplotlib compatible whith PyQt4 ? > > Thank you > > samuel > > > - > Using Tomcat

[Matplotlib-users] Is matplotlib compatible whith PyQt4 ?

2006-08-15 Thread sgarcia
Is matplotlib compatible whith PyQt4 ? Thank you samuel - Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

Re: [Matplotlib-users] Fixed wxcursor_demo.py example, please commit

2006-08-15 Thread Daniel Kornhauser
Hi Guys: > John> many wx users have contributed new/better/more/different wx > John> examples (embedding_in_wx[1-4].py) to atone for the original > Another suggestion that I would like to make is to change the name of the examples. I think all the examples that have to do with a particu