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