| Device |
- |
The graphics driver to use for output.
Currently this should be set to TK. If you have the vtk plot
package loaded you can try VTK, however, these drivers are not
fully tested.
|
| cTable |
- |
The color table to load. This can
be any of the following:
| RainBow |
- |
The classic set of rainbow
colors running red to purple.
|
| ETones |
- |
Almost a rainbow set of colors
but the high end is more red-brown than red.
|
| GrayShade |
- |
Shades of gray running light
to dark.
|
| DiColor |
- |
A double rainbow.
|
|
| revBW |
- |
Optional input variable which allows
black and white to be reversed. Default is NOSWAP which
preserves black and white. Set to to SWAP to reverse the
two colors.
|
| Canvas |
- |
Optional input variable which informs
the device initialization routine not to open a canvas
but to use one which has been externally opened. The default
setting is NONE which causes the routine to create a graphics
canvas when invoked. To use an externally created canvas enter
the canvas window name here.
|
| cS |
- |
Optional input variable which is
the canvas ID value. The default value is 0. If you don't
wish the canvas to be created at this point set cS to
OMIT. This causes the device initialization to be skipped
and the canvas not to be created. It can be created later
by a call to SetScreen
|