from smpl.functions.functions import sin
from smpl import plot
plot.function(sin,3,0.02,3,xmin=-5,xmax=5)
