update font size

This commit is contained in:
Bogumił Kamiński 2022-01-31 16:20:30 +01:00
parent 660d7fca2c
commit d09e0ea111

View File

@ -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...)