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
Labels
Milestone
Description
Bug report
Tick labels on vertical axes are displaced downwards whentext.usetex
is set to True.
Code for reproduction
importmatplotlib.pyplotaspltplt.rcParams['text.usetex']=Trueplt.scatter([0,1,2,3], [2,3,1,6])plt.show()#
Actual outcome
Expected outcome
This change happened between 3.2.1 and 3.2.2 (can reproduce in 3.2.2 onwards, inclusive)
Matplotlib version
- Operating system: Arch Linux
- Matplotlib version: 3.2.2 onwards
- Matplotlib backend: module://ipykernel.pylab.backend_inline
- Python version: 3.9
- Jupyter version (if applicable): 6.1.6
- Other libraries: N/A
Matplotlib installed with pip