You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

608 B

Chapter4 Matplotlib

Matplotlib 的功能和 matlab 中的画图的功能十分类似。因为 matlab 进行画图相对来说比较复杂,所以使用 Python 中的 Matplotlib 来画图比较方便。

Matplotlib 是 Python 中的一个包,主要用于绘制 2D 图形(当然也可以绘制 3D但是需要额外安装支持的工具包。在数据分析领域它有很大的地位而且具有丰富的扩展能实现更强大的功能。

Matplotlib 相关实训已在educoder平台上提供,若感兴趣可以输入链接进行体验。

链接:https://www.educoder.net/paths/302