using Plots y=rand(10); example = () -> plot( plot(y), plot(y,seriestype=:scatter), plot(y,seriestype=:bar), plot(y,seriestype=:pie), layout=(2,2) ) gr(); example() plotly(); example() pyplot(); example()