File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,7 @@ r'$\sqrt[3]{x}$'
344
344
345
345
> 此默认值可以使用` mathtext.default ` ` rcParam ` 更改。 这是非常有用的,例如,通过将其设置为` regular ` ,使用与常规非数学文本相同的字体作为数学文本。
346
346
347
- 为了修改字体,例如,以 Roman 字体编写 ` sin ` ,使用字体命令来闭合文本:
347
+ 为了修改字体,例如,以罗马字体编写 ` sin ` ,使用字体命令来闭合文本:
348
348
349
349
``` py
350
350
r ' $s(t) = \mathcal{A}\mathrm{sin}(2 \omega t)$'
@@ -404,7 +404,7 @@ mathtext 还提供了一种对数学公式使用自定义字体的方法。 这
404
404
| 参数 | 相当于 |
405
405
| --- | --- |
406
406
| ` mathtext.it ` | ` \mathit{} ` 默认斜体 |
407
- | ` mathtext.rm ` | ` \mathrm{} ` Roman (upright) |
407
+ | ` mathtext.rm ` | ` \mathrm{} ` 罗马字体 (upright) |
408
408
| ` mathtext.tt ` | ` \mathtt{} ` 打字机(monospace) |
409
409
| ` mathtext.bf ` | ` \mathbf{} ` 粗体 |
410
410
| ` mathtext.cal ` | ` \mathcal{} ` 书法 |
Original file line number Diff line number Diff line change 1
- # 3.9 轴域标注
1
+ # 3.7 轴域标注
2
2
3
3
> 原文:[ Annotating Axes] ( http://matplotlib.org/users/annotations_guide.html )
4
4
You can’t perform that action at this time.
0 commit comments