How to hold plotting window?

add an exclamation mark at the end of the second plot function:

using Plots
pyplot()
default(show = true)

plot(rand(3))
plot!(rand(5))