How to remove scientific notation on seaborn jointplot?

Viewed 23

I want to remove 1e-5.

I tried many codes that might help to remove.

enter image description here

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')

enter image description here

How to remove topside 1e-5???

Plese help me

0 Answers
Related