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 <mal...@we...> 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
>
|