yaxis on the right matplotlib

28

ax.yaxis.tick_right()
frame1.axes.get_xaxis().set_visible(False)
frame1.axes.get_yaxis().set_visible(False)

Comments

Submit
0 Comments