p2 = plot(5 * sin(x), (x, -5, 5), {"linestyle": "--"}, show=False)
(p1 + p2).show()
