pvcompare.plots.plot_facades

pvcompare.plots.plot_facades(variable_name, scenario_name, outputs_directory=None)[source]

Plots barplot for KPI’s from the ‘mvs_output/scalars_**.xlsx’ files in loop_outputs for all facades.

The plot is saved into the outputs_directory.

Parameters
  • variable_name (str) – Name of the variable that is changed each loop. Please do not enter white spaces within the string.

  • kpi (list of str) –

    List of KPI’s to be plotted. Possible entries:

    ”Costs total PV”, “LCOE PV”, “Installed capacity PV”,

  • scenario_name (str) – Name of the Scenario.

  • outputs_directory (str or None) – Path to the directory in which the plot should be saved. If None: constants.DEFAULT_OUTPUTS_DIRECTORY is used. Default: None.

Returns

Saves figure into outputs_directory.

Return type

None