Reference

Contents

Index

TulipaPlots.plot_assets_capacityMethod
plot_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).

source
TulipaPlots.plot_graphMethod
plot_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.

source
TulipaPlots.plot_single_flowMethod
plot_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.

source