简单Python画折线图

#!/usr/bin/python3 # -*- coding: utf-8 -*- # __author__ = "Mr.chen" # Date: 2018/6/7 import json import matplotlib.pyplot as plt # 获取的监控数据,字典格式保存在文件中 new_dict = {} with open('json.txt', 'r', encodi
相关文章
相关标签/搜索