[Matplotlib-users] 'remote control' matplotlib window

2009-11-17 Thread Peter McGregor
I have a question, how to control matplotlib from another application. Let me explain. We want to monitor some sensor data. The monitoring application already offers a toolbar to choose the view for several embedded windows. For example, buttons like Reset view,Back/Forward, Pan, Zoom and many

Re: [Matplotlib-users] 'remote control' matplotlib window

2009-11-17 Thread John Hunter
On Tue, Nov 17, 2009 at 1:51 PM, Peter McGregor petermcgrego...@yahoo.com wrote: I have a question, how to control matplotlib from another application. Let me explain. We want to monitor some sensor data. The monitoring application already offers a toolbar to choose the view for several

Re: [Matplotlib-users] 'remote control' matplotlib window

2009-11-17 Thread Peter McGregor
Von: John Hunter jdh2...@gmail.com An: Peter McGregor petermcgrego...@yahoo.com CC: matplotlib-users@lists.sourceforge.net Gesendet: Dienstag, den 17. November 2009, 22:25:42 Uhr Betreff: Re: [Matplotlib-users] 'remote control' matplotlib window On Tue, Nov 17, 2009 at 1:51 PM, Peter

Re: [Matplotlib-users] 'remote control' matplotlib window

2009-11-17 Thread Christopher Barker
Peter McGregor wrote: The problem with those examples is, when I comment the following line (for example in http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_wx2.html): self.add_toolbar() # comment this out for no toolbar then I have no possibility to make

Re: [Matplotlib-users] 'remote control' matplotlib window

2009-11-17 Thread John Hunter
On Tue, Nov 17, 2009 at 4:04 PM, Christopher Barker chris.bar...@noaa.gov wrote: Peter McGregor wrote: The problem with those examples is, when I comment the following line (for example in http://matplotlib.sourceforge.net/examples/user_interfaces/embedding_in_wx2.html):