Answers for "matplotlib hide numbers on axis"

C++
0

matplotlib hide numbers on axis

plt.gca().axes.get_yaxis().set_visible(False)
Posted by: Guest on June-17-2021

Browse Popular Code Answers by Language