Matplotlib筆記:拼圖

import matplotlib.pyplot as plt move_name = ["雷神3", "速度與激情4", "正義聯盟", "蜘蛛俠", "閃電俠", "綠巨人", "阿凡達"] place_count = [13270, 9945, 7679, 6799, 6101, 4621, 20105] # 創建畫布 plt.figure(figsize=(10, 8), dpi=80)
相關文章
相關標籤/搜索