Reference
Contents
Index
TulipaPlots.plot_assets_capacityTulipaPlots.plot_graphTulipaPlots.plot_single_flowTulipaPlots.plot_storage_level_interTulipaPlots.plot_storage_level_intra
TulipaPlots.plot_assets_capacity — Methodplot_assets_capacity(graph)
plot_assets_capacity(energy_problem)Given a graph or energy problem, display a stacked bar graph of the initial and invested capacity of each asset (initial + invested = total).
TulipaPlots.plot_graph — Methodplot_graph(graph)
plot_graph(energy_problem)Given a graph or energy problem, plot the graph with the "final" (initial + investment) flow capacities, represented by the thickness of the graph edges, as well as displayed values.
TulipaPlots.plot_single_flow — Methodplot_single_flow(graph, asset_from, asset_to, rp)
plot_single_flow(energy_problem, asset_from, asset_to, rp)Plot a single flow over a single representative period, given a graph or energy problem, the "from" (exporting) asset, the "to" (importing) asset, and the representative period.
TulipaPlots.plot_storage_level_inter — Methodplot_storage_level_inter(energy_problem)Given an energy problem, display a line graph of the inter storage level.
TulipaPlots.plot_storage_level_intra — Methodplot_storage_level_intra(energy_problem)Given an energy problem, display a line graph of the intra storage level.