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
···
On 6/29/07, Rein van den Boomgaard <rein@...236...> 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..)
pretty much - - there is a pretty tight segregation between the figure
and the gui.
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...).
backend_template.py and backend_bases.py are good starting points.
There is a chapter in the user's guide and some resources at
http://matplotlib.sourceforge.net/faq.html#OO
JDH
···
On 6/29/07, Rein van den Boomgaard <rein@...236...> wrote:
Regards
Rein
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users