Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Open
Description
Bug summary
ax.title.set_size() works forloc='center' but not forloc='left' or'right'
Code for reproduction
fig,ax=plt.subplots()ax.title(label='abc',loc='left')ax.title.set_size(50)
Actual outcome
Expected outcome
set_size() works for all title locations ('left', 'center', 'right')
Additional information
No response
Operating system
Ubuntu
Matplotlib Version
3.5.2
Matplotlib Backend
module://matplotlib_inline.backend_inline
Python version
Python 3.7.12
Jupyter version
jupyter lab 0.35.4
Installation
conda