-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Closed
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.status: confirmed bugstatus: has patchpatch suggested, PR still neededpatch suggested, PR still neededtopic: text/usetex
Milestone
Description
Bug report
Tick labels on vertical axes are displaced downwards when text.usetex
is set to True.
Code for reproduction
import matplotlib.pyplot as plt
plt.rcParams['text.usetex'] = True
plt.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
Metadata
Metadata
Assignees
Labels
Release criticalFor bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.For bugs that make the library unusable (segfaults, incorrect plots, etc) and major regressions.status: confirmed bugstatus: has patchpatch suggested, PR still neededpatch suggested, PR still neededtopic: text/usetex