PlotOptions#

class mhm_tools.post.difference.PlotOptions(colorbar_label: str, title: str, cmap: str = 'RdBu', vmin: float | None = None, vmax: float | None = None, x_min: float | None = None, x_max: float | None = None, y_min: float | None = None, y_max: float | None = None)[source]#

Bases: object

Plotting options for the difference map.

Attributes:
vmax
vmin
x_max
x_min
y_max
y_min
cmap: str = 'RdBu'#
colorbar_label: str#
title: str#
vmax: float | None = None#
vmin: float | None = None#
x_max: float | None = None#
x_min: float | None = None#
y_max: float | None = None#
y_min: float | None = None#