Is there a way to change the sizes of scatter plot markers for
mplot3d.Axes3D.scatter3d ? I do

from mpl_toolkits.mplot3d import Axes3D
ax = Axes3D(gcf())

x,y,z = randn(3,20)
ax.scatter(x,y,z,s=30*rand(20))

and I expect to see 20 points of a range of sizes from 1 to 30... but
instead I see them all the same size.  How can I set the size of the
markers?

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to