From: Fernando P. <Fer...@co...> - 2004-08-19 17:55:15
|
John Hunter wrote: > Yes, and along those lines for the GTK shell, we should use > rcParams['backend'] to detect GTK versus GTKAgg and use whichever is > in the rc file in the call to matplotlib.use. Ok. I may take a first stab at this in a day or two, but no promises. > good. As for problems with wx, I can't really say until we try. I can :( I just tried, and the new code (which doesn't lock up gv), will never start if the backend chosen is WX. But it may be a matter of thread conflicts or something, since pygtk calls are still being made. Let's get Tk*/Gtk* working first, with a well-localized set of thread calls only when needed. With a clean enough base, putting the WX code in the right place should be reasonably easy. Perhaps Andrew (who wanted to hack matplotlib a bit) might help along in LA. Cheers, f |