Skip to content

Commit

Permalink
layout needs updating
Browse files Browse the repository at this point in the history
  • Loading branch information
ERKuipers committed Dec 3, 2024
1 parent a1a6eee commit 7e3d002
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion comparison/visualization/plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,8 @@ def performance_over_param(self, admin_unit, data, standard_RP=5, standard_leadt
admin_units = ['BLA', 'SAN','KIDAL', 'TOMINIAN', 'KANGABA', 'KOULIKORO', 'KOLONDIEBA', 'MOPTI', 'BAMAKO', 'SIKASSO', 'SEGOU', 'KATI']
for admin_unit in admin_units:
data = collect_performance_measures(admin_unit, cfg.DataDir, cfg.leadtimes, cfg.RPsyr)
vis.performance_over_param(admin_unit, data, standard_RP=2.0, standard_leadtime=96)
vis.performance_over_param(admin_unit, data, standard_RP=2.0, standard_leadtime=96)

# to do :
## add lines between points
## general layouts

0 comments on commit 7e3d002

Please sign in to comment.