Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LummiGhost authored Aug 8, 2023
1 parent dc0930a commit fa589d1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ import matplotlab as mp
mp.hot()
mandelbrot([-0.56,-0.53],[-0.55,-0.52],100)
#前两个参数为需要生成的图形的区域(建议传入方形区域,不然可能会变形。),最后一个参数是方阵的阶数。
#更新:已支持非方形区域,最后一个参数为y轴的分辨率,x轴分辨率将根据区域的形状自动计算。
mp.show()
```

目前还有很多要改的地方。本来还想加入捕获matplotlab的鼠标事件的交互功能,但是实在没精力了。
随缘更新吧。

<!-- 现实太残酷了。 -->
<!-- 现实太残酷了。 -->

0 comments on commit fa589d1

Please sign in to comment.