Re: 3d plot help? [message #16800] |
Tue, 17 August 1999 00:00  |
Eric Vella
Messages: 8 Registered: April 1999
|
Junior Member |
|
|
I have used this type of plot in other programs, where it was called a
"lego" plot. Sure enough, IDL's Surface plot has a LEGO keyword. You might
try it.
Peter Clinch wrote:
> I have a 3d data set I want to graph, but the manuals are going in one
> eye and out the other after a day's programming to actually get the data
> in the first place... any help would thus be appreciated!
>
> The basic data consists of discrete points which will plot somewhere in
> a circular field to show where each point goes. The value of the data
> will be represented by a vertical bar, so in dodgy ASCII art, summat
> like this...
>
> |a
> | / |c
> | / |
> x ________/_________
> /
> /
> / |b
> y
>
> so point a is value 3 in the -ve x, +ve y quadrant, b is value 1 in the
> +ve x, -ve y quadrant, point c is value 2 in the x,y +ve quadrant, and
> so on.
>
> The points are discrete, so surface/contour plotting isn't applicable.
> Any pointers? (sorry if, as usual, I'm overlooking the staggeringly
> obvious...).
>
> thanks, Pete.
> --
> Peter Clinch University of Dundee
> Tel 44 1382 660111 ext. 33637 Medical Physics, Ninewells Hospital
> Fax 44 1382 640177 Dundee DD1 9SY Scotland UK
> net p.j.clinch@dundee.ac.uk http://www.dundee.ac.uk/~pjclinch/
|
|
|