What range do you want to plot them over?
You could do something like
p = plot(0.0:0.01:1.0, p)
plot!(p, 0.0:0.01:1.0, g)
What range do you want to plot them over?
You could do something like
p = plot(0.0:0.01:1.0, p)
plot!(p, 0.0:0.01:1.0, g)