diff --git a/results/figures/ring-1-2_n6-n8-n10_transition_plot.pdf b/results/figures/ring-1-2_n6-n8-n10_transition_plot.pdf index 1264747..93b28f9 100644 Binary files a/results/figures/ring-1-2_n6-n8-n10_transition_plot.pdf and b/results/figures/ring-1-2_n6-n8-n10_transition_plot.pdf differ diff --git a/scripts/04_transition.jl b/scripts/04_transition.jl index 8f19778..7c59381 100644 --- a/scripts/04_transition.jl +++ b/scripts/04_transition.jl @@ -179,12 +179,12 @@ for n in (10, 8, 6) main_curves=(n == 10), first_graph=first_graph) global first_graph = false end -annotate!.(0.08, 3.4, text.("n=6", 10)) -annotate!.(0.08, 4.3, text.("n=8", 10)) -annotate!.(0.08, 5.4, text.("n=10", 10)) +annotate!.(0.08, 3.4, text.("N=6", 10)) +annotate!.(0.08, 4.3, text.("N=8", 10)) +annotate!.(0.08, 5.4, text.("N=10", 10)) - # Second pass to plot infected (can't do it in the first pass, - # otherwise the right y-axis is overwritten and gets the same scale as + # Second pass to plot infected (can't do it in the first pass, + # otherwise the right y-axis is overwritten and gets the same scale as # the left y-axis) for n in (10, 8, 6) name = "ring-1-2-n$n-wodf"