python连接数据库生成 折线图,柱状图,饼图

折线图 import pymysql import matplotlib.pyplot as plt mmm=pymysql.connect(“localhost”,“root”,“000000”,“cion”) #打开数据库 cursor=mmm.cursor() #创建游标 sql='select chinesse,english,amth,history,geographic from li
相关文章
相关标签/搜索