Answers for "how to remove numbers from axis matplotlib"

0

get rid of axes numbers matplotlib

ax.set_yticklabels([])
ax.set_xticklabels([])
Posted by: Guest on March-29-2020

Code answers related to "how to remove numbers from axis matplotlib"

Python Answers by Framework

Browse Popular Code Answers by Language