Hi,
I'm trying to implement the following: x,y,z,s are arrays of same size. I'm
plotting x,y,z in Axes3D but I'm unable to change its color proportionally
with s; like to be able to change its intensity w.r.t 's' (just an example).
Please let me know the method if it is possible to do such a plot.
In article <4d0f8efd.3010...@gmail.com>,
Jose Guzman
wrote:
> Hi everybody
>
> I wanted to collect a combination of plots to insert then in a subplot.
> I choose to create Line2D objects to use the .add_line() method of the
> AxesSubplot class, but unfortunately this does lead to the desire
On Wed, Dec 15, 2010 at 9:47 AM, Benjamin Root wrote:
> On Wed, Dec 15, 2010 at 6:25 AM, Teng Liu wrote:
>
>> Linux 2.6.32-25-generic #45-Ubuntu SMP Sat Oct 16 19:48:22 UTC 2010 i686
>> GNU/Linux
>> matplotlib 0.99.1.1
>> The script below is copied from
>> http://matplotlib.sourceforge.net/examp
Nice!
Still some stuff to enhance but got it!
Thanks a lot.
Ben
Le 19 déc. 10 à 05:30, Jae-Joon Lee a écrit :
> I don't think "polar" is a good fit for your case. Instead, you can
> simply use "data" coordinate with explicit coordinate transformation.
> Try something like;
>
>for i in xrange