Multiprocessing with WxAgg

Hi,

First off, thanks for building and supporting this excellent project.

I’m having trouble using the mulitprocessing example code at http://matplotlib.org/examples/misc/multiprocess.html with WXAgg. Things appear to work fine in the original script but when I change GTKAgg to WXAgg in this script I do not get any points plotted, just a blank interactive window.

Is it possible to use WXAgg and multiprocessing together? I have a large wx project I would like to incorporate multiprocessing matplotlib plots into.

Thanks,

Greg