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