Skip to content

Commit

Permalink
update pictures size
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed May 7, 2020
1 parent 92de58a commit 6948221
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Launch Graphical interface to show Radar Data

The main window opens as shown below:

![avatar](pictures/pycwr.png)
<img src="./pictures/pycwr.png" width="50%" height="50%"/>

more example via: [exmaple](./notebooks/pycwr_example.ipynb)

Expand Down
4 changes: 2 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PyartRadar = PRD.ToPyartRadar()
```
PRD类的数据结构如下:

![avatar](./pictures/PRD_class.png)
<img src="./pictures/PRD_class.png" width="50%" height="50%"/>

可视化PPI图像并叠加地图
----------
Expand Down Expand Up @@ -104,7 +104,7 @@ plt.show()

主窗口如下图所示:

![avatar](pictures/pycwr.png)
<img src="./pictures/pycwr.png" width="50%" height="50%"/>

更多个例参见[pycwr例子](./notebooks/pycwr_example.ipynb)

Expand Down

0 comments on commit 6948221

Please sign in to comment.