Skip to content

power_balance.plotting.result_plotting#

Source: power_balance/plotting/result_plotting.py

Class OutputPlotBuilder#

OutputPlotBuilder(configuration: MutableMapping[str, Any], output_data: Dict, npoint_threshold: int = 100) -> None
Source: power_balance/plotting/result_plotting.py

Constructs plots from a set of model run outputs

Methods#

get_cuts#

get_cuts(self) -> Dict[str, Any]
Source: power_balance/plotting/result_plotting.py

Retrieve dictionary of sweep cuts

Returns#
  • typing.Dict

get_plots#

get_plots(self) -> Dict[str, Any]
Source: power_balance/plotting/result_plotting.py

Retrieve plot dictionary

Returns#
  • typing.Dict

get_scripts#

get_scripts(self) -> List[str]
Source: power_balance/plotting/result_plotting.py

Retrieve Bokeh plot scripts

Returns#
  • typing.List

has_sweep#

has_sweep(self) -> bool
Source: power_balance/plotting/result_plotting.py

Output has parameter sweep

Returns#
  • bool

Last update: April 1, 2022