from sympy import *
from spb import *
var("x")
p = plot(sin(x), cos(x), log(x), backend=MB)