簡單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
相關文章
相關標籤/搜索