heyoujue commited on
Commit
5caf9ec
·
1 Parent(s): 01a6d97

update readme

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -3,10 +3,12 @@ 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
@@ -15,8 +17,6 @@ Result:
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.
 
3
  ```
4
  pip install numpy matplotlib plotly
5
  ```
6
+
7
  Run
8
  ```
9
  python main.py
10
  ```
11
+
12
  Result:
13
  - A html with the 3d plot is saved which can be viewed in a browser
14
  - The xyz trajectory plot opens
 
17
  1. No need to install plotly
18
  2. (Un)comment line 26-29 in main.py
19
 
20
+ Result: The 3d matplotlib plot and xyz plot opens
 
 
21
 
22
  Questions: 12432115@zju.edu.cn or open an issue.