reho.plotting.plotting#

Contains ready-to-use representations for results generated by REHO.

Functions

plot_composite_curve(df_Results, cluster[, ...])

Plots a composite curve based on the results DataFrame.

plot_electricity_flows(df_Results[, color, ...])

plot_eud(results[, label, title, filename, ...])

Plots a Sunburst for End Use Demand (EUD) based on REHO results, grouped by buildings' class.

plot_expenses(results[, plot, indexed_on, ...])

Plots expenses based on REHO results.

plot_pareto(results[, color, title, return_df])

Plots a Pareto front based on REHO results.

plot_pareto_by_objectives(results[, ...])

Plots a Pareto front based on REHO results.

plot_performance(results[, plot, ...])

Plots performance based on REHO results.

plot_profiles(df_Results, units_to_plot[, ...])

Plots an hourly profile for an entire year of operation.

plot_sankey(df_Results[, label, color, ...])

Plots a Sankey plot based on the results DataFrame.

plot_storage_profile(df_Results[, ...])

plot_unit_monthly(results, unit_to_plot[, ...])

Generates a monthly bar plot showing the mean energy produced per hour and the installed power for a specific unit.