From 2a1140c0b3e56aa360ea60662306dbbc8afbdee3 Mon Sep 17 00:00:00 2001 From: "Michael K. Borregaard" Date: Mon, 2 Oct 2017 15:07:16 +0200 Subject: [PATCH] include PlotMeasures in example 29 --- src/examples.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/examples.jl b/src/examples.jl index 4393ab60..fabb368d 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -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)