Re: [Matplotlib-users] Problem with "projection='3d'"

2011-01-28 Thread Benjamin Root
On Friday, January 28, 2011, Thomas Lecocq wrote: > > > > > > > From: patbradf > To: matplotlib-users@lists.sourceforge.net > Date: Wed, 26 Jan 2011 22:53:28 -0600 > Subject: [Matplotlib-users] Problem with "projection='3d'" > > Forgive me if this is an old question, but I just loaded mplot3d and

[Matplotlib-users] MinorLogTickFormatter and is_decade()

2011-01-28 Thread Nicolas Bigaouette
Hi all, I have a derived class that I copy-pasted from the web somewhere to hide some tick labels: class MinorLogTickFormatter(matplotlib.ticker.LogFormatter): # Format log scale with 10^ labels. Only if show one label over two. def __call__(self, val, pos=None): exponent = int(nu

Re: [Matplotlib-users] 3D Data to 2d Plots

2011-01-28 Thread Philipp A.
2011/1/28 Mike Alger > Philip, > > > > A few questions before I give one possible solution, > > > > Does this plot need to be updated in real time ? or is this plot to be done > in post processing? > > > > if you can do the plots with post processing you should be able to use > pcolor function to

Re: [Matplotlib-users] Problem with "projection='3d'"

2011-01-28 Thread Thomas Lecocq
From: patbradf To: matplotlib-users@lists.sourceforge.net Date: Wed, 26 Jan 2011 22:53:28 -0600 Subject: [Matplotlib-users] Problem with "projection='3d'" Forgive me if this is an old question, but I just loaded mplot3d and was attempting to work through a couple of the examples on the Matplo

[Matplotlib-users] Problem with "projection='3d'"

2011-01-28 Thread patbradford1
Forgive me if this is an old question, but I just loaded mplot3d and was attempting to work through a couple of the examples on the Matplotlib website. The problem is that whenever I try to make a call to a function that requires an argument of projection='3d' (such as: ax = fig.add_subplot(111,

Re: [Matplotlib-users] Zooming into plots?

2011-01-28 Thread Benjamin Root
On Wednesday, January 26, 2011, Soumyaroop Roy wrote: > Hi Ben: > > That's encouraging! > > I want to be able plot up to N data points (the points are in an > ordered sequence) on a canvas and then zoom into the plot region > enclosed within a subset sequence (e.g., T1 to T2 data points, 0 <= T1 >