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.
2 parents 9497fad + e71a8dc commit 0076b7bCopy full SHA for 0076b7b
doc/users/pyplot_tutorial.rst
@@ -249,7 +249,7 @@ you can write a TeX expression surrounded by dollar signs::
249
plt.title(r'$\sigma_i=15$')
250
251
The ``r`` preceding the title string is important -- it signifies
252
-that the string is a *raw* string and not to treat backslashes and
+that the string is a *raw* string and not to treat backslashes as
253
python escapes. matplotlib has a built-in TeX expression parser and
254
layout engine, and ships its own math fonts -- for details see
255
:ref:`mathtext-tutorial`. Thus you can use mathematical text across platforms
0 commit comments