from sympy import *
from spb import *
var("x, y")
plot((sin(x), dict(line_color="green")), (cos(x), dict(line_dash="dash")), backend=PB)