Listers,
I'm using basemap to plot randomly sampled values (x,y,z) through hexbin. This
produces a very nice result. Some sample code is:
--
import numpy as np
from numpy.random import seed
import matplotlib.pyplot as plt
from mpl_toolkits.basemap import Basemap
from matplotlib.mlab impo
R. Mitra wrote:
> Hi
> I am having problems with contourf(). Suppose I have two 10X30
> arrays X,Y and a corresponding Z value array. How do I make the
> upper left to be the origin? I cannot use contour (Z,origin='upper')
> because the axis values gets messed up.
It sounds like maybe y
Hi
I am having problems with contourf(). Suppose I have two 10X30
arrays X,Y and a corresponding Z value array. How do I make the
upper left to be the origin? I cannot use contour (Z,origin='upper')
because the axis values gets messed up.
Thanks
Mitra
--
Hi,
Does any one knows how to do those cone plots,
I am attaching a sample plot.
Thanks Ihab
http://old.nabble.com/file/p26140834/cone.png cone.png
--
View this message in context:
http://old.nabble.com/cone-plots-tp26140834p26140834.html
Sent from the matplotlib - users mailing list archive