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