https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.xlim.html
https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.ylim.html
xlim(right=3) # adjust the right leaving left unchanged
xlim(left=1) # adjust the left leaving right unchanged
ylim(top=3) # adjust the top leaving bottom unchanged
ylim(bottom=1) # adjust the bottom leaving top unchanged