Answers for "matplotlib tick label spacing"

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

Code answers related to "matplotlib tick label spacing"

Python Answers by Framework

Browse Popular Code Answers by Language