heyoujue commited on
Commit
365dfe6
·
1 Parent(s): 170ed3d

add readme

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Standard
2
+ Install
3
+ ```
4
+ pip install numpy matplotlib plotly
5
+ ```
6
+ Run
7
+ ```
8
+ python main.py
9
+ ```
10
+ Result:
11
+ - A html with the 3d plot is saved which can be viewed in a browser
12
+ - The xyz trajectory plot opens
13
+
14
+ ## If you want to use the default 3d plot instead of the html
15
+ 1. No need to install plotly
16
+ 2. (Un)comment line 26-29 in main.py
17
+
18
+ Result:
19
+ - The 3d matplotlib plot opens
20
+ - Press q, then the xyz plot opens
21
+
22
+ Questions: 12432115@zju.edu.cn or open an issue.