From f78899a1efcbad3eab13bdcd728f51eeee3e892c Mon Sep 17 00:00:00 2001 From: Simon Christ Date: Thu, 1 Jul 2021 18:28:50 +0200 Subject: [PATCH] return plot object --- src/examples.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/examples.jl b/src/examples.jl index ea1d233f..839c2a1e 100644 --- a/src/examples.jl +++ b/src/examples.jl @@ -1170,6 +1170,7 @@ const _examples = PlotExample[ :( begin meshgrid(x, y) = (ones(eltype(y), length(y)) * x', y * ones(eltype(x), length(x))') + scalefontsizes() scalefontsizes(.5) x, y = meshgrid(-6:0.5:10, -8:0.5:8) @@ -1207,8 +1208,6 @@ const _examples = PlotExample[ end plot(plots..., layout=(@layout [_ ° _; ° ° °; ° ° °]), margin=2Plots.mm) - - scalefontsizes() end ), ],