include PlotMeasures in example 29

This commit is contained in:
Michael K. Borregaard 2017-10-02 15:07:16 +02:00
parent 4f6a920f72
commit 2a1140c0b3

View File

@ -288,6 +288,7 @@ PlotExample("Heatmap, categorical axes, and aspect_ratio",
PlotExample("Layouts, margins, label rotation, title location",
"",
[:(begin
using Plots.PlotMeasures # for Measures, e.g. mm and px
plot(rand(100,6),layout=@layout([a b; c]),title=["A" "B" "C"],
title_location=:left, left_margin=[20mm 0mm],
bottom_margin=10px, xrotation=60)