include PlotMeasures in example 29
This commit is contained in:
parent
4f6a920f72
commit
2a1140c0b3
@ -288,6 +288,7 @@ PlotExample("Heatmap, categorical axes, and aspect_ratio",
|
|||||||
PlotExample("Layouts, margins, label rotation, title location",
|
PlotExample("Layouts, margins, label rotation, title location",
|
||||||
"",
|
"",
|
||||||
[:(begin
|
[:(begin
|
||||||
|
using Plots.PlotMeasures # for Measures, e.g. mm and px
|
||||||
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=10px, xrotation=60)
|
bottom_margin=10px, xrotation=60)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user