3dplot scatter points via python -
i used numpy.loadtxt('filename', usecols=(0,)) load csv following format:
x,y,z 1.1,2.2,3.3 5.5,1.45,6.77 (there ~1m lines). i'd make scatterplot. searched web , found numpy.meshgrid , mlab.surf i'm not sure do. please point me in right direction.
i think can use matplotlib, it's powerful, , used, importantly, has document , easy use.
hope helps!
Comments
Post a Comment