Unfortunately, I don't think something like cone plots can be easily
done with current matplotlib.

I guess you can define custom projection and such, as in the example below

http://matplotlib.sourceforge.net/examples/api/custom_projection_example.html

but this will involve some (maybe a lot) coding + some knowledge of
mpl internals.

With the experimental curvelinear coordinate support in axes_grid
toolkit (and with yet-to-be-committed patch), one can draw very basic
cone plot (see the attached). However, the current support is far from
complete. I'm willing to make it better, but I'm afraid that this may
not happen in a near future (likely not in this year).

Of course, you can try to plot everything  (axes boundary, ticks,
ticklabels etc.) manually if you want, and maybe this is the best way
currently available.

Regards,

-JJ

On Sat, Oct 31, 2009 at 4:15 AM, ifriad <ifr...@gmail.com> wrote:
>
> Hi,
> Does any one knows how to do those cone plots,
>
> I am attaching a sample plot.
>
> Thanks Ihab
> http://old.nabble.com/file/p26140834/cone.png cone.png
> --
> View this message in context: 
> http://old.nabble.com/cone-plots-tp26140834p26140834.html
> Sent from the matplotlib - users mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/matplotlib-users
>

<<attachment: cone_test.png>>

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to