cptcat (1) - Linux Manuals
cptcat: concatenate GMT colour palette tables.
Command to display cptcat
manual in Linux: $ man 1 cptcat
NAME
cptcat - concatenate GMT colour palette tables.
SYNOPSIS
-
cptcat [-h] [-o file] [-v] [-V] file...
DESCRIPTION
The
cptcat
utility concatenates two or more GMT colour palette table (cpt) files. The mandatory
file
arguments specify the input files which may be specified in any order. However, when sorted, the maximum (z-value) of the lower file should equal the minimum of the upper file; files can be modified with the
makecpt(1)
utility to be in this form.
The background colour will be taken from that of the lower (or lowest) file, and the forground from that of the upper.
The program will write to stdout if the
-o
option is not specified.
OPTIONS
-h, --help
-
Brief help.
-o, --output file
-
Write the output to
file, rather than
stdout.
-v, --verbose
-
Verbose operation.
-V, --version
-
Version information.
EXAMPLES
Create a cpt-file topobath.cpt from topo.cpt and bath.cpt
-
cptcat -v -o topobath.cpt topo.cpt bath.cpt
AUTHOR
J.J. Green
Pages related to cptcat
- cptclip (1) - extract a sub-table from a GMT colour palette table (cpt).
- cptcont (1) - create a continuous GMT colour palette table (cpt) file based on the colours of a non-continuous cpt file.
- cptcss (1) - create CSS fragment for colouring HTML tables.
- cpthsv (1) - modify hue, saturation and colour value of GMT colour palette tables.
- cptinfo (1) - print summary information on GMT colour palette table (cpt) files.
- cptsvg (1) - convert GMT colour palette tables (cpt) to SVG gradients.
- cpttext (1) - print text coloured by a GMT colour palette table (cpt) file.
- cp (1) - copy files and directories