Merge pull request #1048 from mkborregaard/fix-margin-example

Reduce margin to 10 px
This commit is contained in:
Michael Krabbe Borregaard 2017-09-01 10:40:37 +02:00 committed by GitHub
commit 224472c90a

View File

@ -290,7 +290,7 @@ PlotExample("Layouts, margins, label rotation, title location",
[:(begin [:(begin
plot(rand(100,6),layout=@layout([a b; c]),title=["A" "B" "C"], plot(rand(100,6),layout=@layout([a b; c]),title=["A" "B" "C"],
title_location=:left, left_margin=[20mm 0mm], title_location=:left, left_margin=[20mm 0mm],
bottom_margin=50px, xrotation=60) bottom_margin=10px, xrotation=60)
end)] end)]
), ),