Linked axes
using Plots
gr()
x = -5:0.1:5
plot(plot(x, (x->begin
x ^ 2
end)), plot(x, (x->begin
sin(x)
end)), layout = 2, link = :y)
This page was generated using DemoCards.jl and Literate.jl.
using Plots
gr()
x = -5:0.1:5
plot(plot(x, (x->begin
x ^ 2
end)), plot(x, (x->begin
sin(x)
end)), layout = 2, link = :y)
This page was generated using DemoCards.jl and Literate.jl.
Settings
This document was generated with Documenter.jl version 1.14.1 on Sunday 10 August 2025. Using Julia version 1.11.6.