Answers for "plt tickpad"

0

plt tickpad

ax.tick_params(axis='both', which='major', pad=15)

or for just x axis

ax.tick_params(axis='x', which='major', pad=15)
Posted by: Guest on June-06-2020

Python Answers by Framework

Browse Popular Code Answers by Language