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
Closed
@sballin

Description

@sballin

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0