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

2007-06-04 Thread Erik Wickstrom
Thanks Eric! Some followup questions. -Can I give it more of a 3d look? Like the pie charts in MS Word? -How can I reduce the size of the canvas behind the chart? There is a lot of empty whitespace and I need to tighten up the margins as the graph will be displayed inline on an html page...

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

2007-06-04 Thread John Hunter
On 6/4/07, Erik Wickstrom [EMAIL PROTECTED] wrote: I didn't see Eric answer your oblong part of the question. To make it circular, use aspect='equal' ax = fig.add_subplot(111, aspect='equal') -Can I give it more of a 3d look? Like the pie charts in MS Word? enable shadow=True, eg