when I run my code the Y axis is not showing full value as seen in picture below
I know I am missing something to do with my Axis not sure where? my code for Axis is below
ax.tick_params (axis='y', which='major', labelsize=5)
ax.tick_params (axis='x', which='major', labelsize=5)
ax.set_xlim(BBox[0],BBox[1])
ax.set_ylim(BBox[2],BBox[3])
I am aware that I can set both Y and X the same but the X axis is fine not the Y