>>> from pylab import *
>>> plot(1)
[<matplotlib.lines.Line2D object at 0x2a9f9ce550>]
>>> show()
Nothing happens. No error message. No interactive window.
Someone know what's the problem could be?
The OS is RH4 and DISPLAY is set properly. Other GUI application can work fine.