\bar matplotlib incorrectly rendered #13

Open
opened 2025-11-04 12:57:24 +01:00 by Benjamin_Loison · 1 comment
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
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