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 summary
There should be a space on both sides of these operators.
Code for reproduction
importmatplotlib.pyplotaspltplt.text(.3,.2,r'$a\leq2$',size=40)plt.text(.3,.4,r'$a\leqslant2$',size=40)plt.text(.3,.6,r'$a\geqslant2$',size=40)plt.text(.3,.8,r'$a\eqslantgtr2$',size=40)plt.show()
Actual outcome
Expected outcome
Spacing should be the same for all of these symbols.
Additional information
No response
Operating system
Debian GNU/Linux 11 (bullseye)
Matplotlib Version
3.5.0.dev7385+ge6bf91dcfd
Matplotlib Backend
TkAgg
Python version
Python 3.9.2
Jupyter version
No response
Installation
git checkout