本篇文章介绍python使用matplotlib 实现从文件中读取x,y坐标的可视化方法 1. test.txt文件,数据以逗号分割,第一个数据为x坐标,第二个为y坐标,数据如下:1.1,2 2.1,23.1,34.1,540,3842,4143,42 2. python部分代码 #!/usr/bin/python# coding: utf-8import
本篇文章介绍python使用matplotlib 实现从文件中读取x,y坐标的可视化方法 1. test.txt文件,数据以逗号分割,第一个数据为x坐标,第二个为y坐标,数据如下:1.1,2
2. python部分代码
3. 显示效果 |
2019-06-18
2019-07-04
2021-05-23
2021-05-27
2021-05-27