marmot.marmot_plot_main#

Main plotting source code, creates output figures and data-tables.

marmot_plot_main.py is the main plotting script within Marmot which calls on supporting files to read in data, create the plot, and then return the plot and data to marmot_plot_main.py. The supporting modules can be viewed within the repo plottingmodules folder and have descriptive names such as total_generation.py, generation_stack.py, curtailment.py etc.

@author: Daniel Levie

Functions

main()

Run the plotting code and create desired plots and data-tables based on user input files.

Classes

MarmotPlot(Scenarios, list], AGG_BY, ...)

Main module class to be instantiated to run the plotter.