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
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