hypatia.Plotter.plot_emissions

Plotter.plot_emissions(path, tech_group, regions='all', kind='bar', mode='updatemenus', aggregate=False)

Plots the emissions for a tech_group

Parameters:
  • path (str) – Defines the path and the name of the file to save

  • tech_group (str) – the techn_group to plot based on config excel file.

  • regions (list[str]) – Which regions to plot

  • kind (str, optional) – Type of the plot can be area or bar. The default is “area”.

  • mode (str, optional) – defined the mode when multiple regions are plotted. Acceptable values are “updatemenus” and “sliders”. The default is “updatemenus”.

  • aggregate (boolean, optional) – If True will aggregated the regions into one singel region. The default is False.