I want to remove 1e-5.
I tried many codes that might help to remove.
However, only near xaxis scientific notation could be removed by code as below.
plt.ticklabel_format(style='plain', axis='x')
I tried below code too but it's no working.
plt.ticklabel_format(style='plain', axis='y')
How to remove topside 1e-5???
Plese help me

