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

2007-11-27 Thread J.D. Herron
Thanks for your replies, The application itself is actually a legacy app whose GUI is done with WTL (windows template library) which is a thin veneer on top of the windows API. I have matplotlib set to use wxAgg as the backend. I'm not inclined to rebuild the entire app with a different GUI tool

[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