Scroll to navigation

HISTOGRAM(1gmt) GMT HISTOGRAM(1gmt)

NAME

histogram - Calculate and plot histograms

SYNOPSIS

gmt histogram [ table ] -Jx|Xparameters
-T[min/max/]inc[n] | -Tfile|list [ -A ] [ -B[p|s]parameters ] [ -Ccpt ] [ -D[+b][+ffont][+ooff][+r] ] [ -F ] [ -Gfill ] [ -Jz|Zparameters ] [ -I[o|O] ] [ -Ll|h|b] ] [ -N[mode][+ppen] ] [ -Qr ] [ -Rregion ] [ -S ] [ -U[stamp] ] [ -V[level] ] [ -Wpen ] [ -X[a|c|f|r][xshift[u]] ] [ -Y[a|c|f|r][yshift[u]] ] [ -Z[type][+w] ] [ -bibinary ] [ -dinodata ] [ -eregexp ] [ -fflags ] [ -hheaders ] [ -iflags ] [ -pflags ] [ -ttransp ] [ --PAR=value ]

Note: No space is allowed between the option flag and the associated arguments.

DESCRIPTION

Reads file [or standard input] and examines the first data column (or one set by -i) to calculate histogram parameters based on the bin-width provided. Using these parameters, scaling, and optional range parameters it will plot the histogram. A cumulative histogram may also be specified.

REQUIRED ARGUMENTS

xscale[/yscale] (Linear scale(s) in distance unit/data unit).

Make evenly spaced array of bin boundaries from min to max by inc. If min/max are not given then we default to the range in -R. For details on array creation, see Generate 1D Array.

OPTIONAL ARGUMENTS

One or more ASCII (or binary, see -bi[ncols][type]) data table file(s) holding a number of data columns. If no tables are given then we read from standard input.

Plot the histogram horizontally from x = 0 [Default is vertically from y = 0]. The plot dimensions remain the same, but the two axes are flipped.

Set map boundary frame and axes attributes.

Give a CPT. The mid x-value for each bar is used to look-up the bar color. If modern mode and no argument is given then we select the current CPT.

Annotate each bar with the count it represents. Append any of the following modifiers: Use +b to place the labels beneath the bars instead of above; use +f to change to another font than the default annotation font; use +o to change the offset between bar and label [6p]; use +r to rotate the labels from horizontal to vertical.

Center bin on each value. [Default is left edge].

Select filling of bars [Default is no fill].

Inquire about min/max x and y after binning. The xmin xmax ymin ymax is output; no plotting is done. Append o to output an ASCII table of the resulting x,y data instead. Upper case O will output all x,y bin data even when y == 0.

The modifiers specify the handling of extreme values that fall outside the range set by -T. By default these values are ignored. Append b to let these values be included in the first or last bins. To only include extreme values below first bin into the first bin, use l, and to only include extreme values above the last bin into that last bin, use h.

Draw the equivalent normal distribution; append desired pen [0.5p,black]. The mode selects which central location and scale to use:
  • 0 = mean and standard deviation [Default];
  • 1 = median and L1 scale (1.4826 * median absolute deviation; MAD);
  • 2 = LMS mode and scale.

The -N option may be repeated to draw several of these curves.


Draw a cumulative histogram. Append r to instead compute the reverse cumulative histogram.

Specify the region of interest.

For perspective view p, optionally append /zmin/zmax. (more ...) If not given, we will automatically find reasonable values for the region.

Draws a stairs-step diagram which does not include the internal bars of the default histogram.

Draw GMT time stamp logo on plot.

Select verbosity level [c].

Draw bar outline (or stair-case curve) using the specified pen thickness. [Default is no outline].

-X[a|c|f|r][xshift[u]]


Choose between 6 types of histograms:
  • 0 = counts [Default]
  • 1 = frequency_percent
  • 2 = log (1.0 + count)
  • 3 = log (1.0 + frequency_percent)
  • 4 = log10 (1.0 + count)
  • 5 = log10 (1.0 + frequency_percent).

To use weights provided as a second data column instead of pure counts, append +w.


Select native binary format for primary input. [Default is 2 input columns].

Replace input columns that equal nodata with NaN.

Only accept data records that match the given pattern.

Specify data types of input and/or output columns.

Skip or produce header record(s).

Select input columns and transformations (0 is first column, t is trailing text, append word to read one word only).


Set transparency level in percent.

-^ or just -
Print a short message about the syntax of the command, then exits (NOTE: on Windows just use -).
-+ or just +
Print an extensive usage (help) message, including the explanation of any module-specific option (but not the GMT common options), then exits.
-? or no arguments
Print a complete usage (help) message, including the explanation of all options, then exits.
Temporarily override a GMT default setting; repeatable. See /gmt.conf for parameters.

GENERATE 1D ARRAY

Make an evenly spaced coordinate array from min to max in steps of inc. Append +b if we should take log2 of min and max and build an equidistant log2-array using inc integer increments in log2. Append +l if we should take log10 of min and max and build an array where inc can be 1 (every magnitude), 2, (1, 2, 5 times magnitude) or 3 (1-9 times magnitude). For less than every magnitude, use a negative integer inc. Append +n if inc is meant to indicate the number of equidistant coordinates instead. Alternatively, give a file with output coordinates in the first column, or provide a comma-separated list of coordinates. If you only want a single value then you must append a comma to distinguish the list from the setting of inc.

If the module allows you to set up an absolute time series, append a valid time unit from the list year, month, week, day, hour, minute, and second to the given increment; add +t to ensure time column (or use -f) Note: The internal time unit is still controlled independently by TIME_UNIT. Some modules allow for +a which will paste the coordinate array to the output table.

Likewise, if the module allows you to set up a spatial distance series (with distance computed from the first two data columns), specify the increment as inc[unit] with a geospatial distance unit from the list degree (arc), minute (arc), second (arc), meter, foot, kilometer, Miles (statute), nautical miles, or survey foot; see -j for calculation mode. For Cartesian distances, you must use the special unit c.

Finally, if you are only providing an increment and obtain min and max from the data, then it is possible (max - min)/inc is not an integer, as required. If so then inc will be adjusted to accordingly. Alternatively, append +e to keep inc exact and adjust max instead.

EXAMPLES

To draw a histogram of the data v3206.t containing seafloor depths, using a 250 meter bin width, center bars, and draw bar outline, use:

gmt histogram v3206.t -JXh -T250 -F -W0.5p -V -pdf plot




If you know the distribution of your data, you may explicitly specify range and scales. E.g., to plot a histogram of the y-values (2nd column) in the file errors.xy using a 1 meter bin width, plot from -10 to +10 meters @ 0.75 cm/m, annotate every 2 m and 100 counts, and use black bars, run:

gmt histogram errors.xy -T1 -R-10/10/0/0 -Jxc/0.01c

-Bx2+lError -By100+lCounts -Gblack -i1 -V -pdf plot




Since no y-range was specified, histogram will calculate ymax in even increments of 100.

SEE ALSO

gmt, gmtcolors, basemap, rose, plot

COPYRIGHT

2019, The GMT Team

September 7, 2019 6.0.0rc4