From: Ben V. <bva...@sc...> - 2005-01-06 11:18:41
|
Hello, I've made a program that uses pylab to generate an animated plot but I needed to add some extra GTK widgets in the same window as the animated plot. This wasn't possible because I couldn't pack the widgets in the same VBox as the pylab window. This was because get_current_fig_manager() gives you acces to the window and canvas but not to the vbox. I've patched matplotlib to also export the VBox attribute. Best regards, -- Ben Vanhaeren System Administrator RF&M Dept SCK-CEN Boeretang 200 2400 MOL Belgium |