from smpl.functions.functions import cube
from smpl import plot
plot.function(cube,1,5,0,-2,xmin=-5,xmax=5)
