Dear All,

I am new to the list, so hello everyone !

I am trying to use the new 3D facilities offered by Matplotlib, and I 
can't manage to vary the color and/or size of the markers when doing 3D 
scatter plots :

fig = plt.figure()
ax = Axes3D(fig)
ax.scatter([1,2,3],[3,1,2],[1,2,0],c='r',s=[4,10,20])

The code above doesn't seem to plot anything more than :

ax.scatter([1,2,3],[3,1,2],[1,2,0])

Does anyone have a tip regarding this issue ?

Thanks a lot,
luc

---------------
luc Estebanez
Graduate Student,
ENS, Paris

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-users

Reply via email to