2010/6/16 Michael Droettboom <md...@stsci.edu>:
> pcolor runs directly on polar plots just fine.  No need to convert polar to
> cartesian outside of matplotlib.

It's true, but at the expense of pretty much time, since the arcs must
be rendered properly.  If your data is dense enough in r and phi, a
handmade conversion would probably gain much speedup.  Of course you
loose then also the nice polar diagram axes ... I tried this once in
polar with pixel-dense data (in a 400x400 px figure) and it takes
really forever.

I don't know if the output of the fast versions of pcolor is properly
rendered in polar axes?

Friedrich

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to