8000 New warning: Substituting symbol \perp from STIXGeneral · Issue #17998 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

New warning: Substituting symbol \perp from STIXGeneral #17998

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sballin opened this issue Jul 21, 2020 · 1 comment · Fixed by #18175
Closed

New warning: Substituting symbol \perp from STIXGeneral #17998

sballin opened this issue Jul 21, 2020 · 1 comment · Fixed by #18175

Comments

@sballin
Copy link
sballin commented Jul 21, 2020

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
@anntzer
Copy link
Contributor
anntzer commented Jul 21, 2020

I've seen the warning too. My guess is that this should just be downgraded to a _log.info -- it's something worth noting when debugging, but it's not worth nagging the end-user about it.

@anntzer anntzer added this to the v3.3.1 milestone Jul 21, 2020
QuLogic added a commit to QuLogic/matplotlib that referenced this issue Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
0