On 5/31/07, Navid Parvini <[EMAIL PROTECTED]> wrote: > Dear All, > > I have a code that creates plots using pylab module, using pylab.plot(). > I want to use the output of this moudule in qt (QImage or QPixmap).
You probably want to embed your matplotlib code directly into qt: http://matplotlib.sourceforge.net/examples/embedding_in_qt.py http://matplotlib.sourceforge.net/examples/embedding_in_qt4.py This means not using the pylab interface but it is a minor translation. See http://matplotlib.sourceforge.net/examples/pythonic_matplotlib.py and http://matplotlib.sourceforge.net/faq.html#OO JDH ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Matplotlib-users mailing list Matplotlib-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/matplotlib-users