Re: [Matplotlib-users] 3D bar chart help!

2011-10-06 Thread Benjamin Root
On Wed, Oct 5, 2011 at 7:15 PM, Andrew C wrote: > Hello List Server, > > I am trying to take a raster dataset, getting the center points, and the z > value and trying to graph it in a 3D bar chart quite unsuccessfully. > > My data looks like this: > XCoord = [1,2,3,4] > YCoord = [1,2,3,4] > ZCoo

[Matplotlib-users] 3D bar chart help!

2011-10-05 Thread Andrew C
Hello List Server, I am trying to take a raster dataset, getting the center points, and the z value and trying to graph it in a 3D bar chart quite unsuccessfully. My data looks like this: XCoord = [1,2,3,4] YCoord = [1,2,3,4] ZCoord = [12,14,4,26] Those are the known locations, but there w

Re: [Matplotlib-users] 3d Bar Chart

2007-06-04 Thread Erik Wickstrom
Hi John, Ok- that makes sense. While on the subject of bar charts, can you tell me what I'm doing wrong here? def chart(request): from PIL import Image as PILImage from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas from matplotlib.figure import Figure fro

Re: [Matplotlib-users] 3d Bar Chart

2007-06-04 Thread John Hunter
On 6/4/07, Erik Wickstrom <[EMAIL PROTECTED]> wrote: > I'm trying to create a 3d bar chart like the one attached for use in a > django site. I have no idea where to start. Is it even possible with > matplotlib? Not really, and this is by design I've intentionally avoided all of these power poi

[Matplotlib-users] 3d Bar Chart

2007-06-04 Thread Erik Wickstrom
Hi, I'm trying to create a 3d bar chart like the one attached for use in a django site. I have no idea where to start. Is it even possible with matplotlib? Thanks so much for your help! Erik <>- This SF.net email is sponso