diff --git a/3.4.md b/3.4.md index 3270b59ed6449e1204a48055a25b8fbf887a643c..5aa8a7873fa73d291b996bd9843133c1e6771de4 100644 --- a/3.4.md +++ b/3.4.md @@ -344,7 +344,7 @@ r'$\sqrt[3]{x}$' > 此默认值可以使用`mathtext.default` `rcParam`更改。 这是非常有用的,例如,通过将其设置为`regular`,使用与常规非数学文本相同的字体作为数学文本。 -为了修改字体,例如,以 Roman 字体编写`sin`,使用字体命令来闭合文本: +为了修改字体,例如,以罗马字体编写`sin`,使用字体命令来闭合文本: ```py r'$s(t) = \mathcal{A}\mathrm{sin}(2 \omega t)$' @@ -404,7 +404,7 @@ mathtext 还提供了一种对数学公式使用自定义字体的方法。 这 | 参数 | 相当于 | | --- | --- | | `mathtext.it` | `\mathit{}` 默认斜体 | -| `mathtext.rm` | `\mathrm{}` Roman (upright) | +| `mathtext.rm` | `\mathrm{}` 罗马字体(upright) | | `mathtext.tt` | `\mathtt{}` 打字机(monospace) | | `mathtext.bf` | `\mathbf{}` 粗体 | | `mathtext.cal` | `\mathcal{}` 书法 | diff --git a/3.9.md b/3.7.md similarity index 99% rename from 3.9.md rename to 3.7.md index 417ecb2a248c707a0d749207ea65d897f5043463..bd0d6cf7b079821ef3421e2f6faabe125cb2f075 100644 --- a/3.9.md +++ b/3.7.md @@ -1,4 +1,4 @@ -# 3.9 轴域标注 +# 3.7 轴域标注 > 原文:[Annotating Axes](http://matplotlib.org/users/annotations_guide.html)