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