reVReports.plots.PlotData#

class PlotData(config)[source]#

Bases: object

Load and organize supply curve inputs for plotting

Parameters:

config (object) – Plotting configuration with scenario definitions and column names.

Methods

Attributes

all_df

Combined augmented supply curve records

config

Plotting configuration with scenario metadata

scenario_dfs

Augmented supply curve scenarios

top_level_sums_df

Scenario totals for capacity and energy

property config#

Plotting configuration with scenario metadata

Type:

object

property all_df#

Combined augmented supply curve records

Type:

pandas.DataFrame

property scenario_dfs#

Augmented supply curve scenarios

Type:

list of pandas.DataFrame

property top_level_sums_df[source]#

Scenario totals for capacity and energy

Type:

pandas.DataFrame