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