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