From 513e024689b691620f82f38e39d3a44af85852fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Mon, 18 Jul 2022 13:58:40 +0200 Subject: [PATCH] update colors --- ch01.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch01.jl b/ch01.jl index 108e0a1..81b146c 100644 --- a/ch01.jl +++ b/ch01.jl @@ -109,8 +109,8 @@ plot(map([:time, :size], xrotation=20, markershape=[:rect :diamond :circle], markersize=[4 5 5], - markercolor=[:lightgray :lightgray :gold], + markercolor=[:lightgray :lightblue :gold], xtickfontsize=7, ytickfontsize=7, legendfontsize=7, ylabelfontsize=7) - hline!([1.0]; color="orange", labels="C") + hline!([1.0]; color=:red, labels="C") end...)