|
From: burak n. <bur...@gm...> - 2013-01-19 13:59:35
|
Hello everone, I am trying to use pcolor from pylab but I can't get it work. As you know signature of pcolor for Matlab is pcolor(x,y,data) which x and y are vectors. When I try pcolor(data) it works but it is not what I want. Because without x,y vectors placed it is not generating correct result. when i put x and y vectors in place I get a ValueError: shape mismatch: objects cannot be broadcast to a single shape but in matlab it is working with x , y vectors. Any idea. Thanks a lot for your time pcolor(X,Y,reshaped) ----> reshaped is my data matrix show() Burak |