On 10/11/07, Alexander Schmolck <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using matplotlib in a C++ app (with a qt4 gui), by embedding python with
> boost::python. The C++ app calls Py_Initialize(), init_myplottingmodule(), and
> boost::python::import("matplotlib.pylab") once on startup and certain
Hi,
I'm using matplotlib in a C++ app (with a qt4 gui), by embedding python with
boost::python. The C++ app calls Py_Initialize(), init_myplottingmodule(), and
boost::python::import("matplotlib.pylab") once on startup and certain GUI
events then fire up a matplotlib window via calls like this one: