<!--To help us understand and resolve your issue, please fill out the form to the best of your ability.--> <!--You can feel free to delete the sections that do not apply.--> ### Bug report **Bug summary** <!--A short 1-2 sentences that succinctly describes the bug--> **Code for reproduction** <!--A minimum code snippet required to reproduce the bug. Please make sure to minimize the number of dependencies required, and provide any necessary plotted data. Avoid using threads, as Matplotlib is (explicitly) not thread-safe.--> ```python 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** <!--The output produced by the above code, which may be a screenshot, console output, etc.-->  **Matplotlib version** <!--Please specify your platform and versions of the relevant libraries you are using:--> * Operating system: * Matplotlib version: 3.3.1' * Matplotlib backend (`print(matplotlib.get_backend())`): * Python version: * Jupyter version (if applicable): * Other libraries: <!--Please tell us how you installed matplotlib and python e.g., from source, pip, conda--> <!--If you installed from conda, please specify which channel you used if not the default-->