Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1122dc5 commit a14b453Copy full SHA for a14b453
examples/text_labels_and_annotations/accented_text.py
@@ -21,7 +21,7 @@
21
ax.set_title(r'$\ddot{o}\acute{e}\grave{e}\hat{O}'
22
r'\breve{i}\bar{A}\tilde{n}\vec{q}$', fontsize=20)
23
24
-# Shorthand is also supported and curly's are optional
+# Shorthand is also supported and curly braces are optional
25
ax.set_xlabel(r"""$\"o\ddot o \'e\`e\~n\.x\^y$""", fontsize=20)
26
ax.text(4, 0.5, r"$F=m\ddot{x}$")
27
fig.tight_layout()
0 commit comments