[Matplotlib-users] Can matplotlib generate charts like this?

2009-09-10 Thread Erik Wickstrom
Hi all, Can matplotlib (or any other Python charting library) generate charts like this: (also attached if you prefer) http://imagebin.ca/view/iGhEQEE.html It's basically a moving average with the vertical lines being the difference between the average and the actual data point. Can anyone

[Matplotlib-users] Chart plotting blank?

2007-06-05 Thread Erik Wickstrom
Hi, I'm trying to plot a barchart for use in a django site. It's creating a blank chart image though.(attached). What am I doing wrong? from pylab import * def chart(request): from PIL import Image as PILImage from matplotlib.backends.backend_agg import FigureCanvasAgg as FigureCanvas

Re: [Matplotlib-users] [Fwd: Re: Pie chart is stretched]

2007-06-04 Thread Erik Wickstrom
-- Forwarded message -- From: Eric Firing [EMAIL PROTECTED] To: Erik Wickstrom [EMAIL PROTECTED] Date: Sun, 03 Jun 2007 16:19:20 -1000 Subject: Re: [Matplotlib-users] Pie chart is stretched Erik Wickstrom wrote: Hi all, I'm trying to generate a pie chart to use in my

[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 attachment: bar.png- This

[Matplotlib-users] Pie chart is stretched

2007-06-03 Thread Erik Wickstrom
Hi all, I'm trying to generate a pie chart to use in my django web app. But it keeps rendering in a rectanuglar canvas instead of a square one, so the pie is oblong instead of circular. It also keeps rendering with a grey background, I need the background to be white. I've attached a jpg of