pytrnsys_process.plot#

Plotters#

Plot Wrappers#

pytrnsys_process.plot.plot_wrappers.line_plot

Create a line plot using the provided DataFrame columns.

pytrnsys_process.plot.plot_wrappers.bar_chart

Create a bar chart with multiple columns displayed as grouped bars. The **kwargs are currently not passed on.

pytrnsys_process.plot.plot_wrappers.stacked_bar_chart

Bar chart with stacked bars

pytrnsys_process.plot.plot_wrappers.histogram

Create a histogram from the given DataFrame columns.

pytrnsys_process.plot.plot_wrappers.energy_balance

Create a stacked bar chart showing energy balance with inputs, outputs and imbalance.

pytrnsys_process.plot.plot_wrappers.scatter_plot

Create a scatter plot to show numerical relationships between x and y variables.

pytrnsys_process.plot.plot_wrappers.scalar_compare_plot

Create a scalar comparison plot with up to two grouping variables.

pytrnsys_process.plot.plot_wrappers.get_figure_with_twin_x_axis

Used to make figures with different y axes on the left and right.