Closed
Description
Bug report
Bug summary
Code for reproduction
import matplotlib.pyplot as plt
f, axs = plt.subplots(1, 2)
axs[0].set_ylabel("XXXXXX", y=1, ha='right')
axs[1].set_ylabel("XXXXXX", y=1, ha='right')
axs[1].yaxis.set_label_position("right")
Actual outcome
Matplotlib version
- Operating system:
- Matplotlib version: 3.3.1'
- Matplotlib backend (
print(matplotlib.get_backend())
): - Python version:
- Jupyter version (if applicable):
- Other libraries:
Metadata
Metadata
Assignees
Labels
No labels