Closed
Description
Bug report
A new warning appears as of version 3.3, which is not present in 3.2.2:
Substituting symbol \perp from STIXGeneral
The default font settings have not been changed in any way. If I change to stix, the warning goes away, but I would like to keep using the default font.
Code for reproduction
import matplotlib.pyplot as plt
plt.figure()
plt.title(r'$\perp$')
plt.show()
Expected outcome
No warning, as in 3.2.2
Matplotlib version
- Operating system: macOS 10.15.6 and Ubuntu
- Matplotlib version: 3.3 installed via pip
- Matplotlib backend: Qt5Agg, MacOSX, PdfPages, possibly others
- Python version: 3.7