Add matplotlib exercise

dev
Shuhui Bu 7 years ago
parent 2a37c01599
commit 842e48d7a5

@ -61,6 +61,13 @@
![matplot_ex2](images/matplot_ex2.png)
### 3 模拟一个醉汉在二维空间上的随机漫步。
例如1维的情况是
![random_walk](images/random_walk.png)
x轴表示步子y轴表示游走的位置
如果对于二维则xy分别是游走的位置。当然也可以画成三维其中z比表示步子。
## Reference
* [100 numpy exercises](https://github.com/rougier/numpy-100)

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save