You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for 2d ticks are only in, while for 3d ticks are going out as well (command ax.tick_params(axis='z', which='major', direction='in') is ignored for x, y, z)
Expected outcome
ticks only going in.
Additional information
No response
Operating system
Feren OS
Matplotlib Version
3.5.0
Matplotlib Backend
QtAgg
Python version
Python 3.8.10
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered:
Bug summary
for 2D:
plt.tick_params(axis='x', which='major', direction='in')
plt.tick_params(axis='y', which='major', direction='in')
this works. While on 3D projections:
ax.tick_params(axis='x', which='major', direction='in')
ax.tick_params(axis='y', which='major', direction='in')
ax.tick_params(axis='z', which='major', direction='in')
it is ignored.
Code for reproduction
Actual outcome
for 2d ticks are only in, while for 3d ticks are going out as well (command ax.tick_params(axis='z', which='major', direction='in') is ignored for x, y, z)
Expected outcome
ticks only going in.
Additional information
No response
Operating system
Feren OS
Matplotlib Version
3.5.0
Matplotlib Backend
QtAgg
Python version
Python 3.8.10
Jupyter version
No response
Installation
pip
The text was updated successfully, but these errors were encountered: