Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

matplotlib yaxis off

frame1.axes.get_xaxis().set_visible(False)
frame1.axes.get_yaxis().set_visible(False)
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #matplotlib #yaxis
ADD COMMENT
Topic
Name
8+8 =