Re: [Matplotlib-users] Logscale on polar plot and alpha as an array

2010-05-06 Thread Pim Schellart
Dear Michael, thank you for the tips. The color solution works fine but the logarithmic scale has some issues. It is displayed once but I get the following warning: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/axes.py:1091: UserWarning: aspect is not

Re: [Matplotlib-users] Logscale on polar plot and alpha as an array

2010-05-06 Thread Michael Droettboom
Pim Schellart wrote: Dear Michael, thank you for the tips. The color solution works fine but the logarithmic scale has some issues. It is displayed once but I get the following warning: /Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/matplotlib/axes.py:1091:

[Matplotlib-users] Logscale on polar plot and alpha as an array

2010-05-04 Thread Pim Schellart
Hi Everyone, I am currently building an interactive display using matplotlib but I need the following two options. 1. Setting the r axis of a polar plot to logaritmic scale. 2. Setting alpha for each point individually (preferably by giving alpha an array of the same length as the data containing

Re: [Matplotlib-users] Logscale on polar plot and alpha as an array

2010-05-04 Thread Michael Droettboom
Pim Schellart wrote: Hi Everyone, I am currently building an interactive display using matplotlib but I need the following two options. 1. Setting the r axis of a polar plot to logaritmic scale. axis.set_rscale('log') 2. Setting alpha for each point individually (preferably by giving