From 17c10bbe68b5148b3a1a645401bec275f43af212 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 28 Aug 2017 11:06:51 +0200 Subject: [PATCH] Reduce margin to 10 px --- src/examples.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/examples.jl b/src/examples.jl index d1775f47..4393ab60 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -290,7 +290,7 @@ PlotExample("Layouts, margins, label rotation, title location", [:(begin plot(rand(100,6),layout=@layout([a b; c]),title=["A" "B" "C"], title_location=:left, left_margin=[20mm 0mm], - bottom_margin=50px, xrotation=60) + bottom_margin=10px, xrotation=60) end)] ),