Answers for "how to remove axis in matplotlib but keep labels"

3

remove axis in a python plot

plt.axis('off')
Posted by: Guest on March-18-2020
1

matplotlib remove y axis label

ax.axes.xaxis.set_ticklabels([])
Posted by: Guest on October-22-2021

Code answers related to "how to remove axis in matplotlib but keep labels"

Python Answers by Framework

Browse Popular Code Answers by Language