Percent Histogram


Syntax:

Field or Timeseries
DATA min max step RANGESTEP
distrib1D
variable_name min max RANGE
dup exch
[variable_name]average
max min sub
mul div 100. mul

Example:

  • Percent Histogram of global ocean (land removed) temperature in degrees C
  • Troubleshooting:

    The min and max of DATA determine the bounds of the histogram; the step is the bin length.
    Variable_name can be changed with /name (variable_name) def