return plot object
This commit is contained in:
parent
bba971f7ea
commit
f78899a1ef
@ -1170,6 +1170,7 @@ const _examples = PlotExample[
|
|||||||
:(
|
:(
|
||||||
begin
|
begin
|
||||||
meshgrid(x, y) = (ones(eltype(y), length(y)) * x', y * ones(eltype(x), length(x))')
|
meshgrid(x, y) = (ones(eltype(y), length(y)) * x', y * ones(eltype(x), length(x))')
|
||||||
|
scalefontsizes()
|
||||||
scalefontsizes(.5)
|
scalefontsizes(.5)
|
||||||
|
|
||||||
x, y = meshgrid(-6:0.5:10, -8:0.5:8)
|
x, y = meshgrid(-6:0.5:10, -8:0.5:8)
|
||||||
@ -1207,8 +1208,6 @@ const _examples = PlotExample[
|
|||||||
end
|
end
|
||||||
|
|
||||||
plot(plots..., layout=(@layout [_ ° _; ° ° °; ° ° °]), margin=2Plots.mm)
|
plot(plots..., layout=(@layout [_ ° _; ° ° °; ° ° °]), margin=2Plots.mm)
|
||||||
|
|
||||||
scalefontsizes()
|
|
||||||
end
|
end
|
||||||
),
|
),
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user