f4enix.output.rssa.rssa_plotting.PlotParameters#

class f4enix.output.rssa.rssa_plotting.PlotParameters(title: str = '', xlabel: str = 'X [cm]', ylabel: str = 'Y [cm]', legend_label: str = '', legend_orientation: Literal['vertical', 'horizontal'] = 'horizontal', number_of_colors: int = 10, norm: Literal['linear', 'log'] = 'log', vmin: float | None = None, vmax: float | None = None)#

Bases: object

Methods

__init__([title, xlabel, ylabel, ...])

Attributes

legend_label

legend_orientation

norm

number_of_colors

title

vmax

vmin

xlabel

ylabel