Re: [Matplotlib-users] Help with c++ embedding

2007-11-27 Thread Christopher Barker
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,

Re: [Matplotlib-users] Help with c++ embedding

2007-11-27 Thread John Hunter
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

[Matplotlib-users] Help with c++ embedding

2007-11-27 Thread J.D. Herron
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