matplotlib画图和时间的转换
# coding:utf-8
import pymssql
import matplotlib.pyplot as plt
plt.rcParams['font.sans-serif'] = ['SimHei']
plt.rcParams['axes.unicode_minus'] = False
x = [1, 2, 3, 4]
y = [1.2, 2.5, 4.5, 7.3]
# plt...
原创
2019-12-19 08:10:13 ·
293 阅读 ·
0 评论