-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Thin space missing after mathtext operators #17852
Copy link
Copy link
Closed
Labels
Difficulty: Hardhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!topic: text/mathtext
Milestone
Metadata
Metadata
Assignees
Labels
Difficulty: Hardhttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issueshttps://matplotlib.org/devdocs/devel/contribute.html#good-first-issuesGood first issueOpen a pull request against these issues if there are no active ones!Open a pull request against these issues if there are no active ones!topic: text/mathtext
Bug report
Bug summary
Mathtext operators (
\log,\max, etc.) should insert a thin space after themselves (if followed by ordinary characters, not if followed by an open parenthesis, see https://tex.stackexchange.com/questions/225922/spacing-rules-for-operatorname/225924#225924), but currently it does not.Code for reproduction
Actual outcome
Note the missing thin space between "g" and "6" in the current behavior.
Matplotlib version
print(matplotlib.get_backend())): qt5agg