from sympy import *
from spb import *
var("x, y")
plot(sin(x), cos(x))