-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Inconsistent handling of whitespace with LaTeX #4954
Copy link
Copy link
Closed as not planned
Labels
backend: svgstatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Actiontopic: texttopic: text/usetex
Milestone
Metadata
Metadata
Assignees
Labels
backend: svgstatus: closed as inactiveIssues closed by the "Stale" Github Action. Please comment on any you think should still be open.Issues closed by the "Stale" Github Action. Please comment on any you think should still be open.status: inactiveMarked by the “Stale” Github ActionMarked by the “Stale” Github Actiontopic: texttopic: text/usetex
Hi matplotlib developers,
I noticed some inconstancies regarding text rendering with
usetex=True.I placed the following text with
plt.text()in my plot.If the plot is saved as

.pngor.pdf, the whitespace around the equal signs is to big:If saved as

.svgeverything looks good:It would be great if whitespace would be consistent in all file formats.
A possibility to align text without LaTeX would also be greatly appreciated.
Thanks