From d09e0ea111860bf2036acebe4f2823a7263fafc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bogumi=C5=82=20Kami=C5=84ski?= Date: Mon, 31 Jan 2022 16:20:30 +0100 Subject: [PATCH] update font size --- ch01.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ch01.jl b/ch01.jl index dbb9374..1f3e591 100644 --- a/ch01.jl +++ b/ch01.jl @@ -103,6 +103,6 @@ plot(map([:time, :size], xrotation=20, markershape=[:circle :diamond :star5], markercolor=[:skyblue :orange :gold], - xtickfontsize=5, ytickfontsize=5, - legendfontsize=5, titlefontsize=6) + xtickfontsize=7, ytickfontsize=7, + legendfontsize=7, titlefontsize=8) end...)