Visualize-ML / Book3_Elements-of-Mathematics

Book_3_《数学要素》 | 鸢尾花书:从加减乘除到机器学习;上架;欢迎继续纠错,纠错多的同学还会有赠书!
6.35k stars 1.1k forks source link

Update Bk3_Ch16_01.py #163

Open vincentcxy opened 3 months ago

vincentcxy commented 3 months ago

由于 matplotlib 在 3.8.0 版本中 将 contour 的 collections 属性弃用并将 contour 修改为 collections 的子类。因此需要使用 get_path 来获取等高线路径。

Visualize-ML commented 2 months ago

谢谢你,Matplotlib确实出现版本变化。请继续批评指正。

On Sun, Jul 7, 2024 at 9:47 AM vincentcxy @.***> wrote:

由于 matplotlib 在 3.8.0 版本中 将 contour 的 collections 属性弃用并将 contour 修改为 collections 的子类。因此需要使用 get_path 来获取等高线路径。

You can view, comment on, or merge this pull request online at:

https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/pull/163 Commit Summary

File Changes

(1 file https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/pull/163/files )

Patch Links:

- https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/pull/163.patch

https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/pull/163.diff

— Reply to this email directly, view it on GitHub https://github.com/Visualize-ML/Book3_Elements-of-Mathematics/pull/163, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZHC6V2XBVIU6BIA6BCKGSLZLFBHRAVCNFSM6AAAAABKPMD5KWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM4TIMBWGM3TEMY . You are receiving this because you are subscribed to this thread.Message ID: @.***>