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