[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Plotting a 3D Array In IDL



Could you give an idea what kind of a plot you want to make?
Do you mean 3D to be Array[10,10,10] or is it an XYZ-type data set - Array[10,10]?

Cheers,
Pavel

"K. Banerjee" wrote:
> 
> Say I have a 3D array whose elements are only 1 or 0. I'd like to plot
> this array, say a white dot for the 1's and a red dot for the 0's. Is there
> a way I can do this in IDL?
> 
> (I'm fairly new to IDL and thre's probably a straight forward
> way to do this!)
> 
> Thanks.
> 
> K. Banerjee