add axes linking test

This commit is contained in:
Daniel Schwabeneder 2020-04-06 14:26:22 +02:00
parent 0daed24020
commit 1b0fb95583

View File

@ -934,6 +934,18 @@ const _examples = PlotExample[
end,
],
),
PlotExample(
"Linked axes",
"",
[
quote
begin
x = -5:0.1:5
plot(plot(x, x->x^2), plot(x, x->sin(x)), layout = 2, link = :y)
end
end,
],
),
]
# Some constants for PlotDocs and PlotReferenceImages