from smpl.functions.functions import exponential
from smpl import plot
plot.function(exponential,0.5,4,xmin=-5,xmax=5)
