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
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 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
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
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
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
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
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
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