add an exclamation mark at the end of the second plot
function:
using Plots
pyplot()
default(show = true)
plot(rand(3))
plot!(rand(5))
add an exclamation mark at the end of the second plot
function:
using Plots
pyplot()
default(show = true)
plot(rand(3))
plot!(rand(5))