[Matplotlib-users] GTk backend problem

2010-08-09 Thread Antonino Cucchiara
Hello, I recently upgraded to Enthought python 2.6 an so I have now matplotlib 0.99.3 My scripts now no longer seem to find the pyGTK since when I run them I got this message: Traceback (most recent call last): File ./sed_plotb_v2.py, line 14, in module from pylab import * File

[Matplotlib-users] GTK backend problem

2007-03-16 Thread liujiaping
Hi, all. I have a problem when using matpltlib and pygtk. When I draw a very very long line in a figure, the line cannot be drawn as it should be. For example, consider the codes below: -Beginning of codes-- #!/usr/bin/env python import gtk from