Re: [Matplotlib-users] Plot points in a 3D Scatter Plot

2012-06-17 Thread surfcast23
Thanks Ben I will check it out Benjamin Root-2 wrote: Khary, On Sun, Jun 10, 2012 at 3:30 PM, surfcast23 surfcas...@gmail.com wrote: to matplotlib-use. Hi, I have a data set that is composed of x,y,z coordinates of the center of cells and counts of objects in each contained in

Re: [Matplotlib-users] Plot points in a 3D Scatter Plot

2012-06-15 Thread Benjamin Root
Khary, On Sun, Jun 10, 2012 at 3:30 PM, surfcast23 surfcas...@gmail.com wrote: to matplotlib-use. Hi, I have a data set that is composed of x,y,z coordinates of the center of cells and counts of objects in each contained in cell. I am using the following code to do a scatter plot of the

[Matplotlib-users] Plot points in a 3D Scatter Plot

2012-06-11 Thread surfcast23
to matplotlib-use. Hi, I have a data set that is composed of x,y,z coordinates of the center of cells and counts of objects in each contained in cell. I am using the following code to do a scatter plot of the counts per cell. ax = fig.add_subplot(111, projection='3d') ax.scatter(Xa, Ya, Za,