diff --git a/benchmarks/bench_results/rmf/output_image.png b/benchmarks/bench_results/rmf/output_image.png index 7dcae02d..9e331c92 100644 Binary files a/benchmarks/bench_results/rmf/output_image.png and b/benchmarks/bench_results/rmf/output_image.png differ diff --git a/benchmarks/draw.jl b/benchmarks/draw.jl index 065a8361..8514be1d 100644 --- a/benchmarks/draw.jl +++ b/benchmarks/draw.jl @@ -24,7 +24,7 @@ number_to_color = Dict( 9 => colorant"rgb(132,19,20)", 10 => colorant"rgb(200,74,83)", 11 => colorant"rgb(177,13,18)", - 12 => colorant"rgb(200,74,83)" + 12 => colorant"rgb(196,36,43)"#"rgb(200,74,83)" ) color_vector = sol.states[1] color_vector = map(x -> number_to_color[x], color_vector)