Re: [Matplotlib-users] how to print???

2010-06-19 Thread sathish kumar
Dear Malte Dik, Yes, yes we can draw many figures in single figurecanvas. I have understood how to implement my requirement. I shall go through once again some topics in matplotlib and pyqt. Thank you, Sathishkumar. On 6/19/10, Malte Dik wrote: > Hi, > > you could savefig the plots as pdf an

[Matplotlib-users] how to print???

2010-06-19 Thread sathish kumar
Dear all, I have been developing an application with Pyqt and Matplotlib. I have print mutilple figures either separately or using in a single page. Please can you give a some ideas how to implement this. With Thanks Sathishkumar ---

Re: [Matplotlib-users] Cursor corruption with pyqt4 and a work-around.

2010-06-17 Thread sathish kumar
Thanks Mr.David, I too developing an application using PyQt and Matplotlib. Though I may not use cursor for my application, It will keeps me the aware of the things. With Thanks Sathishkumar On Fri, Jun 18, 2010 at 8:34 AM, David Smith wrote: > I have been developing an application using PyQt

[Matplotlib-users] Strange behaviour for zooming.

2010-04-30 Thread sathish kumar
Hi , I have to build custom tool bar with a single button which zooms-in /zooms- out. I did by setting new limit with and I redraw the figure. I used to work in Axes coordinate system instead of data coordinate system. when I have to zoom I convert axes points to data coordinate system and set n

[Matplotlib-users] Strange behaviour for zooming.

2010-04-30 Thread sathish kumar
Hi , I have to build custom tool bar with a single button which zooms-in /zooms- out. I did by setting new limit with and I redraw the figure. I used to work in Axes coordinate system instead of data coordinate system. when I have to zoom I convert axes points to data coordinate system and set n