iiasa / rime

Rapid Impact Model Emulator
GNU General Public License v3.0
6 stars 1 forks source link

Implemented clim in plot_maps_dashboard() function #22

Open mwerning opened 2 months ago

mwerning commented 2 months ago

Implemented clim to be used in the plot_maps_dashboard() function. Currently implemented as an optional list with [min, max]. If not specified, min and max values are calculated based on the data. For data display purposes, this is not completely ideal, especially not for difference plots. Possible fix is to use already specified values for each indicator (for example from the yaml file).