Thanks Ben I will check it out
Benjamin Root-2 wrote:
>
> Khary,
>
> On Sun, Jun 10, 2012 at 3:30 PM, surfcast23 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
Khary,
On Sun, Jun 10, 2012 at 3:30 PM, surfcast23 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 counts per cel
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, z