LaTeX \bar matplotlib incorrectly rendered #13

Open
opened 2025-11-04 12:57:24 +01:00 by Benjamin_Loison · 3 comments
Python script:
import matplotlib.pyplot as plt

plt.plot(range(3))
plt.title(f'$\\bar{{A}}$')
plt.show()

Figure_1.svg

<details> <summary>Python script:</summary> ```python import matplotlib.pyplot as plt plt.plot(range(3)) plt.title(f'$\\bar{{A}}$') plt.show() ``` </details> ![Figure_1.svg](/attachments/5bd775e2-90f4-48be-982e-398845950a03)
Author
Owner

image.png

image.png

image.png

![image.png](/attachments/ff9214a0-ac41-4d43-b681-f61f199e4a38) ![image.png](/attachments/e080a82d-f05a-403e-b479-ba3c9d1545fc) ![image.png](/attachments/055071ab-fa26-4860-8e0f-56b8462383b1)
112 KiB
125 KiB
107 KiB
Author
Owner
Related to [Benjamin_Loison/matplotlib/issues/47](https://codeberg.org/Benjamin_Loison/matplotlib/issues/47).
Benjamin_Loison changed title from `\bar` matplotlib incorrectly rendered to LaTeX `\bar` matplotlib incorrectly rendered 2025-11-18 00:55:45 +01:00
Author
Owner
Related to [Benjamin_Loison/inkscape/issues/12](https://gitlab.com/Benjamin_Loison/inkscape/-/issues/12).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/xviewer#13