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 9497fad commit e71a8dcCopy full SHA for e71a8dc
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