From: Helge A. <he...@gm...> - 2005-12-03 11:25:12
|
On 12/3/05, Willi Richert <w.r...@gm...> wrote: > Hi, > > I tried that but got: > python plot.py > file h433x560.gz loaded and given shape (433, 560) > data ok so you got the data loaded, try commenting out one of the below lines near the end until you see something, you probably hit a bug in one of the qt routines ... hsv() contourf(x, y, h, levels) colorbar(clabels=3Dlevels[::8]) axis([0, im, 0, jm] ) axis('scaled') pldj(seg) ... I use the gtk backend btw. Helge |