11# Marker and color mappings for plots
2- const MARKER_MAP = Dict (
3- " per_scenario" => :utriangle ,
4- " cross_scenario" => :circle ,
5- )
2+ const MARKER_MAP = Dict (" per_scenario" => :utriangle , " cross_scenario" => :circle )
63
7- const LINE_MAP = Dict (
8- " per_scenario" => :solid ,
9- " cross_scenario" => :dot ,
10- )
4+ const LINE_MAP = Dict (" per_scenario" => :solid , " cross_scenario" => :dot )
115
12- const COLOR_MAP_weight = Dict (
13- " dirac" => :red ,
14- " convex" => :black ,
15- " conical" => :green ,
16- " conical_bounded" => :yellow ,
17- )
6+ const COLOR_MAP_weight =
7+ Dict (" dirac" => :red , " convex" => :black , " conical" => :green , " conical_bounded" => :yellow )
188const COLOR_MAP_method = Dict (
199 " convex_hull" => :black ,
2010 " convex_hull_with_null" => :yellow ,
@@ -23,12 +13,8 @@ const COLOR_MAP_method = Dict(
2313 # "k_medoids" => :orange
2414)
2515
26- const FILLER_MAP = Dict (
27- " dirac" => :white ,
28- " convex" => :black ,
29- " conical" => :green ,
30- " conical_bounded" => :yellow
31- )
16+ const FILLER_MAP =
17+ Dict (" dirac" => :white , " convex" => :black , " conical" => :green , " conical_bounded" => :yellow )
3218const VALUE_MAP = Dict (
3319 " rel_regret" => " Relative regret" ,
3420 " num_loss_of_load_e_demand" => " Number of timesteps with electricity loss of load" ,
@@ -38,11 +24,11 @@ const VALUE_MAP = Dict(
3824 " time_to_create" => " Time to create (s)" ,
3925 " time_to_solve" => " Time to solve (s)" ,
4026 " total_time" => " Total time (s)" ,
41- " water_borrowed" => " Water borrowed"
27+ " water_borrowed" => " Water borrowed" ,
4228)
4329
4430const LEGEND_METHOD_MAP = Dict (
4531 " convex_hull" => " Convex hull" ,
4632 " convex_hull_with_null" => " Bounded conical hull" ,
4733 " conical_hull" => " Conical hull" ,
48- )
34+ )
0 commit comments