We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46d11de commit cdf4af8Copy full SHA for cdf4af8
README.md
@@ -1,4 +1,4 @@
1
-# Zh-Plot: 一行代码搞定Python图表中文展示
+# Zh-Plot: 一行代码搞定 Python 图表中文展示
2
3
[](https://pypi.org/project/zhplot/)
4
[](https://pypi.org/project/zhplot/)
@@ -45,7 +45,7 @@ uv add zhplot
45
import matplotlib.pyplot as plt
46
```
47
48
-在汉化wordcloud的时候`import zhplot`需要在前面:
+在汉化 wordcloud 的时候`import zhplot`需要在前面:
49
```diff
50
+ import zhplot
51
import wordcloud
0 commit comments