-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
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
Description
Hi matplotlib developers,
I noticed some inconstancies regarding text rendering with usetex=True
.
I placed the following text with plt.text()
in my plot.
begin{eqnarray*}
\phi &=& 1.00 \pm 0.10 \\
a &=& 3.00 \pm 0.30 m \\
\frac{\chi^2}{ndof} &=& 1.13
\end{eqnarray*}
If the plot is saved as .png
or .pdf
, the whitespace around the equal signs is to big:
If saved as .svg
everything 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
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