I want to create a plot with a couple of subplots using Plots.jl. Here\'s an example:
Plots.jl
using Plots gr() p = plot(1:10, 1:10) q = plot(1:10, 10:-1