Hello I am using matplotlib and I have a time series plot. I need to select
one data point of the plot and I want to shift it up or down to make
correction on data. I checked matplotlib site but couldn't find it. I am
doing this for my thesis. Any help or idea will be appreciated.
Thank you
Burak
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
Hello everyone,
I have been using Matplotlib for a while and I have to make a Volumetric
slice plot. I created 2d images by using imshow() but couldnt find anything
to create 3d image with those 2d ones.
I hope we (Matplotlib user's) have a solution for this.
Thanks alot
---