Re: [Matplotlib-users] Printing with gtk-2.10

2006-12-29 Thread Christopher Barker
Achim Gaedke wrote: For a print button in matplotlib it is necessary to find implementations for other widget sets: * tk * wx * qt wx has pretty good print support. However, with the wx back-end, you'd need to decide if you want to send the bitmap Agg created to the printer, or revert

Re: [Matplotlib-users] Printing with gtk-2.10

2006-12-28 Thread Achim Gaedke
Hi Steve! Yes, that's right. Most of the people will help themselves with saving the picture and then printing by an arbitary program. On Linux I would implement printing via pipelines to lp, but on Windows I have no clue how to get the job done. So I was glad to find the PrintOperations for

Re: [Matplotlib-users] Printing with gtk-2.10

2006-12-26 Thread Steve Chaplin
On Wed, 2006-12-20 at 04:27 -0800, [EMAIL PROTECTED] wrote: Hi there! I implemented a Print method with gtk-2.10 PrintOperations... It was not easy, because of some transformations issues inside matplotlib... My wish is: The

[Matplotlib-users] Printing with gtk-2.10

2006-12-20 Thread Achim Gaedke
Hi there! I implemented a Print method with gtk-2.10 PrintOperations... It was not easy, because of some transformations issues inside matplotlib... My wish is: The plot window navigation bar should provide a print button in future. I think many people are missing this button. Here, I want to