Color scales and styling#

Control colors, colorbars, lines, grids, map appearance, fonts, and resolution.

-c/--colors <COLORS>#

Set the colormap for spatial plots, for example jet, or summary-plot colors separated by commas, for example b,r.

Default: empty, so plopm selects the colors.

-cl/--clim <LIMITS>#

Set color-scale limits in the requested display order, for example [-0.1,11] or [11,-0.1]. Separate limits for multiple plots with spaces.

Default: empty

-clog/--color-log <0|1>#

Enable logarithmic color scaling with 1. Separate settings for multiple variables with commas:

plopm -clog "1,1,0"

Default: 0

-clt/--color-log-ticks <TICKS>#

Set logarithmic color-scale ticks in brackets, separated by commas, for example [1,10,100]. At least one corresponding plopm -clog setting must be 1.

Default: empty

-gr/--global-range <0|1>#

Select the values used for color scaling:

  • 0 uses the current slice range.

  • 1 uses the whole-model range.

Default: 0

-cbf/--colorbar-format <FORMAT>#

Set the colorbar number format, for example .2f.

Default: empty, so plopm selects the format.

-cbn/--colorbar-tick-count <COUNT>#

Set the number of colorbar ticks. Separate values for multiple plots with commas, for example 3,6,2.

Default: empty, so plopm selects the number of ticks.

-cbt/--colorbar-ticks <LABELS>#

Set custom colorbar tick labels in brackets, separated by commas, for example [G,F,E,D,C,ESF].

Default: empty

-lw/--linewidth <WIDTHS>#

Set line widths separated by commas, for example 1,2,1.5.

Default: empty, so plopm selects the widths.

-ls/--linestyle <STYLES>#

Set line styles separated by commas, for example solid,dotted.

Default: empty, so plopm selects the styles.

-ag/--axis-grid <0|1>#

Display the summary-plot axis grid when set to 1.

Default: 1

-fc/--facecolor <COLOR>#

Set the color outside the spatial map.

Default: w (white)

-ic/--inactive-color <COLOR>#

Set the color of inactive cells in two-dimensional maps.

Default: w (white)

-ge/--grid-edges <COLOR,WIDTH>#

Set the pcolormesh edge color and line width, for example black,1e-3.

Default: empty, so cell edges are not displayed.

-fz/--fontsize <SIZE>#

Set the font size.

Default: 12

-dpi/--dpi <VALUE>#

Set figure resolution in dots per inch.

Default: 500