Re: [Matplotlib-users] Leftmost column of PNG output is transparent

2009-03-25 Thread Kevin Milner
Maybe I'll try the latest SVN version. I'm running the version in the ubuntu 8.10 repositories, which appears to be 0.98.3 As for both contourf and pcolor, I was just testing to see that it was messed up either way, leaving one commented and one uncommented. Having them both uncommented was jus

[Matplotlib-users] Integrating plots with existing PyGTK application

2008-02-21 Thread Kevin Milner
ureCanvasGTK(self.figure) self.dialog.vbox.pack_start(self.canvas) self.dialog.show_all() self.dialog.show() - Does anyone have any suggestions? Thanks a ton for making it this far through my long message! Kevin Milner P.S. see full source here: (the pylab stuff is dirty