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 <malte....@web.de> wrote:
> Hi,
>
> you could savefig the plots as pdf and then print that. If you want multiple
> figures on one page you might ask yourself, if those figures have to be
> figure-
> objects in the matplotlib-sense or if they simply can be represented by
> different axes, which you could put into one figure (in the
> matplotlib-sense)
> and savefig that.
>
> So what I recommend is reading about the figure and axes objects and what
> they
> mean in matplotlib.
>
>
> Sincerely,
>
> Malte
>
>> 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
>

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to