Skip to content

Commit a0fa237

Browse files
committed
fix
1 parent 86a95ed commit a0fa237

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

3.4.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ r'$\sqrt[3]{x}$'
344344
345345
> 此默认值可以使用`mathtext.default` `rcParam`更改。 这是非常有用的,例如,通过将其设置为`regular`,使用与常规非数学文本相同的字体作为数学文本。
346346
347-
为了修改字体,例如,以 Roman 字体编写`sin`,使用字体命令来闭合文本:
347+
为了修改字体,例如,以罗马字体编写`sin`,使用字体命令来闭合文本:
348348

349349
```py
350350
r'$s(t) = \mathcal{A}\mathrm{sin}(2 \omega t)$'
@@ -404,7 +404,7 @@ mathtext 还提供了一种对数学公式使用自定义字体的方法。 这
404404
| 参数 | 相当于 |
405405
| --- | --- |
406406
| `mathtext.it` | `\mathit{}` 默认斜体 |
407-
| `mathtext.rm` | `\mathrm{}` Roman (upright) |
407+
| `mathtext.rm` | `\mathrm{}` 罗马字体(upright) |
408408
| `mathtext.tt` | `\mathtt{}` 打字机(monospace) |
409409
| `mathtext.bf` | `\mathbf{}` 粗体 |
410410
| `mathtext.cal` | `\mathcal{}` 书法 |

3.9.md 3.7.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 3.9 轴域标注
1+
# 3.7 轴域标注
22

33
> 原文:[Annotating Axes](http://matplotlib.org/users/annotations_guide.html)
44

0 commit comments

Comments
 (0)