From: Rein v. d. B. <re...@sc...> - 2007-06-29 14:39:41
|
> On 6/29/07, Rein van den Boomgaard <re...@sc...> wrote: > > thanks for answering. I have seen the examples using the oo mpl api, > but > > i would like to use the pylab interface from the shell i'm using > (also > > in the wx GUI). I'm aiming at a very simplified matlab like > interface > > where the plots apear in the dockable windows. > > You will probably need to write your own modified backend based on > backend_wx and backend_wxagg, that replaces the new_figure_manager and > FigureManager code with some custom functionality to use your panes. > > OK that is the file that i looked into already. Is the backend functionality i need really concentrated in only these files? (amazing..) I'll give it a try. BTW is there a design document to get some grasp on the architecture of matplotlib / pylab? It seems that most documentation concentrates on describing pylab. Probably most people are using pylab (as i do most of the time...). Regards Rein |