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
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
18 matches
Mail list logo