OSeMOSYS / osemosys_global

A global power system model generator for OSeMOSYS
https://osemosys-global.readthedocs.io/
GNU Affero General Public License v3.0
27 stars 17 forks source link

Fix technology order and colours in visualization script #89

Closed trevorb1 closed 2 years ago

trevorb1 commented 2 years ago

In visualisation.py, the order of the legend is backwards with what is shown on the graph. For example, wind is on the top of the stacked bar plot, but it is on the bottom of the legend list. Also, the colours for the technologies are not currently being pulled from data/color_codes.csv.

image