[AIT logo]

Institut für Astronomie und Astrophysik

Abteilung Astronomie

Sand 1, D-72076 Tübingen, Germany
[Uni logo]


plot_data3 Source code in cafe_plot_data3.pro

plot_data3

Name
           plot_data3
Purpose
           plot 3-d data transforming into voxel which are displayed
           using shade_volume or other routines.
Category
           cafe
SUBCATEGORY:
           plot type
Input Parameters
           group    - (optional) Define the data group to plot.
                      Default is the current group. Must be in
                      range [0..29].
PLOT OUTPUT:
           data3    - plots the data of group given . X/Y/Z ranges
                      are kept using the result from ranges.
SETPLOT KEYWORDS:
           Apart from IDL grid3/shade_volume following special
                      are defined:
           range_x  - 2-Element array describing the x range actually
                      to display. May be used to produce slices.
           range_y  - Like range_x for y axis.
           range_z  - Like range_x for z axis.
           undefined- Plot undefined data points also. Useful for
                      closer inspection.
Side Effects
           Changes screen, and 3-D transformation.
Example
           > data, bla.dat,dat2
           > plot, data2
                -> 2-dim data is displayed as shaded.
Revision History
           $Id: cafe_plot_data3.pro,v 1.3 2004/01/23 15:42:45 goehler Exp $

Last modified by pro2html on 2005 January 04 at 16:14 UTC

[Home Page] [Software, Documentation] [IDL Documentation] [Quick Reference] [Feedback]

Jörn Wilms (wilms@astro.uni-tuebingen.de)
Updated automatically