[Matplotlib-users] 3d pie charts

2010-03-20 Thread Gary Jaffe
Hi all -- I'm new to Matplotlib, and it looks like a great project, but I'm having trouble figuring out one thing. I would like to draw a pie chart, but have each wedge appear to have thickness. I see from the examples and the docs that it is possible to draw a wedge in relief so that it appears

Re: [Matplotlib-users] Using colourmap from matplotlib

2010-03-20 Thread Ciarán Mooney
Hi, > I haven't tried it, but maybe it's to do with the fact that you're > quantising the colourmap to 256 values; I think matplotlib computes the > exact rgb values using interpolation. If the only reason you're using > PIL is to get a .bmp file, maybe you could save the file straight from > matp

Re: [Matplotlib-users] toolbar

2010-03-20 Thread butterw
Is there an minimal example file available showing how to activate this new plot toolbar ? changing the backend to Qt4Agg apparently is not sufficient. Gökhan SEVER-2 wrote: > > Hi Pierre Raybaut a nice extension for what you are asking. You will need > to > use Qt4Agg backend to use it. The

Re: [Matplotlib-users] toolbar

2010-03-20 Thread Gökhan Sever
On Sat, Mar 20, 2010 at 6:06 PM, butterw wrote: > > Is there an minimal example file available showing how to activate this new > plot toolbar ? > > changing the backend to Qt4Agg apparently is not sufficient. > > You need to install matplotlib from the svn trunk. http://matplotlib.sourceforge.n

Re: [Matplotlib-users] toolbar

2010-03-20 Thread butterw
I'm using the recent '0.99.3rc1' which does include the qt4_editor code. Should the new toolbar just appear when you open a plot or is specific code needed to call it ? Le , Gökhan Sever a écrit : On Sat, Mar 20, 2010 at 6:06 PM, butterw butt...@gmail.com> wrote: Is there an minimal

Re: [Matplotlib-users] toolbar

2010-03-20 Thread Gökhan Sever
On Sat, Mar 20, 2010 at 7:43 PM, wrote: > I'm using the recent '0.99.3rc1' which does include the qt4_editor code. > If you have the qt4_editor code within your installation you are good to go then. Just create a new plot while the Qt4Agg backend is pre-selected you should have an additional ic

Re: [Matplotlib-users] toolbar

2010-03-20 Thread Peter Butterworth
Correction: '0.99.3rc1' does not include the qt4_editor code, so you do need to get the source files from svn. The feature is a nice addition to matplotlib.. On Sun, Mar 21, 2010 at 1:53 AM, Gökhan Sever wrote: > > > On Sat, Mar 20, 2010 at 7:43 PM, wrote: >> >> I'm using the recent '0.99.3rc1