Re: [Matplotlib-users] Radar / Spider Chars

2009-07-31 Thread Josh Hemann
Fernando Perez wrote: > > Please! That example with the top labels looks great, and it's a very > useful way of displaying the numerical key parts of the dataset. > > Cheers, > > f > OK, here is a bloxplot example based on the one previously shown. I just replaced my environmental data with

Re: [Matplotlib-users] Radar / Spider Chars [bug?]

2009-07-28 Thread Tony S Yu
On Jul 28, 2009, at 4:53 PM, Josh Hemann wrote: > One small nit: I > don't see any code to set the color or alpha level of the grid > lines. In my > example, I set the color to be a light grey because I wanted the > grid lines > to be seen but not be distracting from the data. Just a preferen

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Josh Hemann
Fernando Perez wrote: > > On Tue, Jul 28, 2009 at 11:26 AM, Josh Hemann wrote: >> FYI I have some other examples I was thinking would be useful. Here is an >> enhanced boxplot example >> that might compliment the simple examples well: >> >> http://www.nabble.com/file/p24705282/boxplotExample.png

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Josh Hemann
Tony, This looks great, and I am enjoying seeing how to accomplish things in a more Pythonic way. I don't see the radial grid lines, but I am using 0.98.5.3. I am downloading 0.99.3 now and maybe that will be the fix (I have yet to figure out how to build out of svn on Windows...). One small nit:

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread John Hunter
On Tue, Jul 28, 2009 at 2:27 PM, Tony S Yu wrote: > I'm always happy to contribute what little I can to matplotlib. However, if > it's going to be an official example, it should be cleaned up a bit (see > attached). Summary of changes. Thanks Tony -- I added this to examples/api/radar_chart.py in

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Tony S Yu
Josh Hemann wrote: Tony, I know this is a year later but your code was hugely helpful to me last week, so thank you I'm glad you found it helpful. On Jul 28, 2009, at 12:56 PM, Michael Droettboom wrote: Would you (Josh and Tony) be amenable to us including this in the set of example

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Fernando Perez
On Tue, Jul 28, 2009 at 11:26 AM, Josh Hemann wrote: > FYI I have some other examples I was thinking would be useful. Here is an > enhanced boxplot example > that might compliment the simple examples well: > > http://www.nabble.com/file/p24705282/boxplotExample.png Please! That example with the t

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Josh Hemann
Michael Droettboom-3 wrote: > > Would you (Josh and Tony) be amenable to us including this in the set of > examples? It would make it easier for users to find it. Eventually, it > might be nice to include this as a core plotting command, but in the > meantime, I think it would still be usef

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-28 Thread Michael Droettboom
Would you (Josh and Tony) be amenable to us including this in the set of examples? It would make it easier for users to find it. Eventually, it might be nice to include this as a core plotting command, but in the meantime, I think it would still be useful as-is. Mike Josh Hemann wrote: > Ton

Re: [Matplotlib-users] Radar / Spider Chars

2009-07-27 Thread Josh Hemann
Tony, I know this is a year later but your code was hugely helpful to me last week, so thank you. I needed to make a few modifications to get exactly what I needed, so I thought I'd add to the post for posterity... First, here is the graphic that the sample code generates (>> execfile('radarPlot

Re: [Matplotlib-users] Radar / Spider Chars

2008-06-25 Thread Tony S Yu
I was reading through the projections docs and decided to take a shot at creating a radar chart class. The layout of the labels and legend is really off, but other than that, this seems to work OK. I couldn't figure out a good way to initialize the number of axes/variables, so there's an ug

Re: [Matplotlib-users] Radar / Spider Chars

2008-06-19 Thread Curtis Jensen
No guarantees on when I'll have time, but I'll work on it. Thanks for the info. -- Curtis On Thu, Jun 19, 2008 at 8:17 AM, John Hunter <[EMAIL PROTECTED]> wrote: > On Wed, Jun 18, 2008 at 2:43 PM, Curtis Jensen <[EMAIL PROTECTED]> wrote: >> Nice. Thanks. I had tried to do something similar, bu

Re: [Matplotlib-users] Radar / Spider Chars

2008-06-19 Thread John Hunter
On Wed, Jun 18, 2008 at 2:43 PM, Curtis Jensen <[EMAIL PROTECTED]> wrote: > Nice. Thanks. I had tried to do something similar, but kept getting > a curved line between each data point. > Also, I too got errors with a previous versions of matplotlib, but 0.98 works. > > If someone were willing to

Re: [Matplotlib-users] Radar / Spider Chars

2008-06-18 Thread Curtis Jensen
Nice. Thanks. I had tried to do something similar, but kept getting a curved line between each data point. Also, I too got errors with a previous versions of matplotlib, but 0.98 works. If someone were willing to add Radar plots to the matplotlib functionality, would this be wanted by the users

Re: [Matplotlib-users] Radar / Spider Chars

2008-06-17 Thread Tony S Yu
On Jun 15, 2008, at 11:54 AM, Curtis Jensen wrote: > There was recently a post on Radar/Spider plotting > (http://sourceforge.net/mailarchive/message.php?msg_id=4845303A.9050204%40epcc.ed.ac.uk > > ). > I too am interested in creating Radar plots with matplot. Is there a > simple way to do thi

[Matplotlib-users] Radar / Spider Chars

2008-06-16 Thread Curtis Jensen
There was recently a post on Radar/Spider plotting (http://sourceforge.net/mailarchive/message.php?msg_id=4845303A.9050204%40epcc.ed.ac.uk). I too am interested in creating Radar plots with matplot. Is there a simple way to do this? Thanks, Curtis

[Matplotlib-users] Radar / Spider Chars

2008-06-03 Thread Tom Edwards
Hello all, Just a quick question which I can't seem to find an answer to on google or in the documentation. Is it possible to produce a Radar or Spider chart: http://en.wikipedia.org/wiki/Radar_chart with Matplotlib? I can see that you can produce polar plots, however the only references I can fi

[Matplotlib-users] Radar / Spider Chars

2008-06-03 Thread Tom Edwards
Hello all, Just a quick question which I can't seem to find an answer to on google or in the documentation. Is it possible to produce a Radar or Spider chart: http://en.wikipedia.org/wiki/Radar_chart with Matplotlib? I can see that you can produce polar plots, however the only references I can