Answers for "matplotlib yaxis off"

0

matplotlib yaxis off

frame1.axes.get_xaxis().set_visible(False)
frame1.axes.get_yaxis().set_visible(False)
Posted by: Guest on April-02-2022

Python Answers by Framework

Browse Popular Code Answers by Language