Skip to content

Commit d34d1fd

Browse files
authored
Add files via upload
1 parent c00028e commit d34d1fd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test.py

+10
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)