Hi!

I'm trying to print my plots in a wxScrolledPanel under Windows XP but it 
dosen't work. I only can print / preview the start of the plot on the left 
upper site, the rest of page is empty:

http://www.snowflake-sl.info/printing_in_wx.JPG

I used printing according the example of matplotlib printing_in_wx.py.

...
self.canvas = FigureCanvasWx(self.panel, -1, self.fig)
...
self.Bind(wx.EVT_MENU, self.onPrint, id=MENU_PRINT)
...
def onPrint(self,event=None):
        self.canvas.Printer_Print(event=event)
...

BTW if I want to run this demo, Python crashes.

Any ideas?

Kind regards,
Stefanie
------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT 
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp as they present alongside digital heavyweights like Barbarian 
Group, R/GA, & Big Spaceship. http://p.sf.net/sfu/creativitycat-com 
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to