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

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -