Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed as not planned
Description
Bug report
importmatplotlib.pyplotaspltwithplt.rc_context({'ytick.left':False}):f,ax=plt.subplots()print(ax.yaxis.majorTicks[0].tick1line.get_visible())ax.twinx()print(ax.yaxis.majorTicks[0].tick1line.get_visible())
Actual outcome
FalseTrue
Expected outcome
FalseFalse
Matplotlib version
- Operating system: MacOS
- Matplotlib version: 3.1.1
- Matplotlib backend (
print(matplotlib.get_backend())
): MacOSX - Python version: 3.7.4
- Jupyter version (if applicable): N/A
- Other libraries: N/A