Groups and Subplots
using Plots
pgfplotsx()
group = rand(map((i->begin
"group $(i)"
end), 1:4), 100)
plot(rand(100), layout = @layout([a b; c]), group = group, linetype = [:bar :scatter :steppre], linecolor = :match)
This page was generated using DemoCards.jl and Literate.jl.