Nick-ccq 发表于 2022-7-19 18:18:39

【 Mind+python模式扩展库】matplotlib(图表功能)

本帖最后由 Nick-ccq 于 2024-1-30 18:33 编辑

# matplotlib图表

Matplotlib主要的作用,是用来生成绘图,饼图,功率谱,条形图,错误图,散点图等,而Matplotlib是一个Python的2D绘图库,它以各种硬拷贝格式和跨平台的交互式环境生成出版质量级别的图形

![](https://img.dfrobot.com.cn/wiki/none/e24c05523f1d16a6eab68687f687fa2b.png)

# Mind+图形化编程

1、下载及安装软件。下载地址:http://www.mindplus.cc

2、切换到“**python模式**”。
![](https://img.dfrobot.com.cn/wiki/none/d77f6e444df2bd6604c95d7b0d8f680b.png)

3、“扩展”中选择“用户库”:


- 直接复制该链接,gitee:https://gitee.com/chenqi1233/ext-matplotlib

![](https://img.dfrobot.com.cn/wiki/none/dd57fb9a4eafcc3b2a46df6c77b3e29b.png)


4、加载成功之后,双击加入,然后进行编程

# 积木

![](https://img.dfrobot.com.cn/wiki/none/5b5344187c8e1e9eb7e5e2029c76223e.png)

# 程序实例
示例程序1

![](https://img.dfrobot.com.cn/wiki/none/37e7237480dc1a7e3b3c8a2b0641dbdf.png)

示例程序2

![](https://img.dfrobot.com.cn/wiki/none/59212a82503692a2d98d637a3d72afc4.png)

示例程序3(结合行空板)

![](https://img.dfrobot.com.cn/wiki/none/004b61e9fac3e8a033b68d7fc3772939.png)

![](https://img.dfrobot.com.cn/wiki/none/dbaff2dd28fc2f17713edc31621e837f.gif)

# 注意事项

1、用户库加载之后,报以下错误

![](https://img.dfrobot.com.cn/wiki/none/c7d8a1a0bef9ede7e4d4b8a3ec79ee51.png)

2、库管理安装**matplotlib**,安装好之后即可使用

![](https://img.dfrobot.com.cn/wiki/none/f122b1ff9212de729845e0d83ec2a45d.png)



# 更新日志

V0.0.1 基础功能完成

Forgotten 发表于 2022-7-21 18:13:59

这是个神器{:6_213:}

安卓机器人 发表于 2022-7-28 21:35:32

matplot 好好
页: [1]
查看完整版本: 【 Mind+python模式扩展库】matplotlib(图表功能)