John Hunter wrote:
> > Ew, that looks really dangerous. For starters, I would never try
> > to do this using pylab,
exactly. the question is -- what GUItoolkit are you using with C++?
hopefully it is wx or qt (you'd be using C with GTK, right?).
If so, then use the appropriate back-end,
On Nov 27, 2007 12:10 PM, J.D. Herron <[EMAIL PROTECTED]> wrote:
>
>
> Hello,
>
> I'm using boost python to run python embedded in a C++ application on
> windows. I would like to be able to have the scripts that run in this
> embedded environment be able to display matplotlib plots. I have search
Hello,
I'm using boost python to run python embedded in a C++ application on
windows. I would like to be able to have the scripts that run in this
embedded environment be able to display matplotlib plots. I have searched
in vain for information on the nuances of running matplotlib pylab plots in