Figure and subplot layout#

Set figure dimensions, subplot layout, and the global colorbar.

-fs/--figsize <WIDTH,HEIGHT>#

Set the figure width and height in inches, separated by a comma, for example 8,16.

Default: 7,5

-sg/--subplot-grid <ROWS,COLUMNS>#

Set the number of subplot rows and columns, separated by a comma, for example 2,2 for four subplots.

Default: empty, so separate figures are created.

-cbp/--colorbar-position <LEFT,BOTTOM,WIDTH,HEIGHT>#

Set the global colorbar position and size as left,bottom,width,height, for example 0.1,0.95,0.8,0.02.

Use empty to remove the global colorbar.

Default: 0.2,0.01,0.6,0.02

-rdl/--remove-duplicate-labels <0|1>#

Remove duplicated axis labels in subplot layouts when set to 1.

Default: 0