[Matplotlib-users] plotting time series of bits

2012-12-05 Thread Dale Lukas Peterson
I have a time series of 32-bit unsigned integers in the form of a numpy array with dtype=numpy.uint32. The bits of each integer in array correspond to various boolean states collected during an experiment. I would like to make a plot this data in the following way: 1) time on the horizontal axis

Re: [Matplotlib-users] Level surface of a function of 3 variables

2010-09-17 Thread Dale Lukas Peterson
David, I'm not sure I understand how I would make use of my function then. My function needs to be evaluated over a 3-d mesh (x, y, and z) , and then the level surfaces (not contour lines) calculated. I guess I could treat z as a parameter, then plot the zero level contour lines of my func