We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c00028e commit d34d1fdCopy full SHA for d34d1fd
test.py
@@ -0,0 +1,10 @@
1
+from unt_plot import UntPlot
2
+
3
+# Chongqing Sample
4
+up = UntPlot()
5
+up.create_path(text="阴", path=["44", "55", "45"], color="阴平")
6
+up.create_path(text="阳", path=["11", "21", "31"], color="阳平")
7
+up.create_path(text="上", path=["552", "441", "341"], color="阴上")
8
+up.create_path(text="去", path=["24", "13", "213"], color="阴去")
9
10
+up.fig.savefig("重庆.png")
0 commit comments