Bug summary
There should be a space on both sides of these operators.
Code for reproduction
import matplotlib.pyplot as plt
plt.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
Bug summary
There should be a space on both sides of these operators.
Code for reproduction
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