Create subfigures and comparisons#

Compare quantities in one figure.

Command#

plopm -i 'examples/SPE11C examples/SPE11B' -v sgas -s ',14, ,1,' -sg 1,2 -fs 12,2.2 -t "SPE11C  SPE11B" -rdl 1

Result#

Multipanel comparison of quantities

How it works#

plopm -sg

Creates one row with two panels.

plopm -fs

Sets the total figure size.

plopm -t

Sets panel titles. Two spaces separate titles for different panels.

plopm -rdl

Removes duplicated axis labels.

Try this#

Compare the same average quantity at several restart steps with plopm -r, or subtract another case with plopm -di. Use consistent plopm -cl values for a fair visual comparison. Change the colorbar location and size with plopm -cbp. Remove the title for the group of subplots with plopm -st.

Next#

Continue with Follow changes over time. See Figure and subplot layout for subplot controls.