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
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
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
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
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