tuhinphy
Wednesday, August 15, 2018
Python fixes
ax.xaxis.set_ticks_position('both')
ax.yaxis.set_ticks_position('both')
ax.get_xaxis().set_tick_params(which='both', direction='in')
ax.get_yaxis().set_tick_params(which='both', direction='in')
Newer Posts
Older Posts
Home
Subscribe to:
Comments (Atom)