Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Low range value of 3D cube or color table low range after [gvar ctable].

rangehi

High range value of 3D cube or color table high range after [gvar ctable].

newactorid

New (current) actor id of graphical display element.

...

Get number of undefined in a grid.

ctable range [calc]

Return type of range in the color table specified by the command spe ctb set map | tex | color_table_name.  0: data range, 1: absolute range, 2: relative range

The argument map in spe ctb set map is the standard color table while tex is the seismic color table.

The range values are in [gvar rangelo] and [gvar rangehi] . The argument calc means calculate range values from active data when percentage color table option.

Example: spe ctb set Sea ; set type [gvar ctable range] ; puts "Type $type  Range: [gvar rangelo] [gvar rangehi] "

ctable numcolors

Return number of colors in the specified color table.

Examples

The following example shows the use of gvar command.

...