Data channel
|
This is the numeric on which to base the size of the plotted symbol.
|
Mask channel
|
The "Mask" channel records whether a row of data is selected or not. A dummy is used to indicate that the data is NOT selected, while a 1 indicates the data is selected. (In fact any non-dummy value will be interpreted as "selected").
Any channel can be used as a Mask channel, but only those channels whose CLASS is set to MASK are included in the list.
Multiple mask channels can be used to record the results of different filters or selections. The latest mask channel specified in any of the filter/selection options is used when creating plots.
Script Parameter: SEMPLOT.MASK
|
Scaling
|
Either Linear or Logarithmic. Linear scaling uses the data value itself in the proportional sizing formula, while Logarithmic scaling uses the log 10 value. Logarithmic scaling is recommended in cases where the data covers a large dynamic range.
|
Zero base level ([log 10] data units)
|
An optional Base value can be removed from the data value before the scaling is applied. (Note that for the logarithmic option the base value is a logarithmic value as well). Data with values less than the base value are assumed to have zero size, and are not plotted.
|
Scale factor ([log 10] data units/mm)
|
The size of symbols in mm is given by the following relation:
Size = (Data_value – Base_value) / Scale_factor
or, for log scaling:
Size = (log10(Data_value) – Base_value) / Scale_factor
Because the scale divides the data value, the smaller the scale factor is, the larger the symbols will be.
|
Symbol
|
A number of symbols are available. These are taken from the default Geosoft symbol font.
|
Weight
|
The drawing weight for the symbols. Options range from ultra-light to xx-bold.
|
Line colour
|
The outline colour for the symbols.
|
Fill colour
|
The fill colour for the symbols.
|
Plot proportional symbol legend?
|
If Yes, plots a proportional symbol legend.
|
Current map or all maps?
|
This GX operates on already-existing maps only. This controls determines whether only the current map is to be re-plotted using proportional symbols, or if all maps are to be re-plotted.
|