xlim(limits=())
Set x-axis limits
*limits = ()
Min and max limits. Must be of size 2. You can also pass two values e.g xlim(40, 100)
xlim(40, 100)