Is there a way to choose the color map for doing scatter plots using
Axes3D?  In the test_scatter() example in the class, there is a line
something like:

ax.scatter3D(xs,ys,zs, c='r')

I would like to plot points based on 3 dimensional coordinates specified by
xs,ys, zs, which works great.  However, I would like to color the points
with a third array, for example, cs which would either specify an index in a
color map, or even just an intensity of a given color.  Is this possible
within matplotlib?

Thanks,
William
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to