Hi ! Day5 !
繼上一篇介紹了一個常用Python函式庫 — NumPy,今天將再介紹另一個常用Python函式庫 — matplotlib。
Matplotlib 是Python 的一個重要且相當受歡迎的資料視覺化函式庫,可以運用程式碼進行繪製高品質的圖表,包含曲線圖、長條圖、圓餅圖、散點圖 等等,讓人們可以更直觀地了解資料分析,對於觀察資料特徵、尋找異常資料值 等工作,有非常重要的幫助。
為了致敬xkcd,matplotlib加入了matplotlib.pyplot.xkcd()函數,模仿xkcd的漫畫風格進行繪圖。
以下將示範實做一個 標準的長條圖與xkcd 漫畫風格的長條圖!
標準長條圖:
xkcd漫畫風格長條圖:
https://matplotlib.org/stable/
https://steam.oxxostudio.tw/category/python/example/matplotlib.html
https://blog.techbridge.cc/2018/05/11/python-data-science-and-machine-learning-matplotlib-tutorial/
https://officeguide.cc/python-matplotlib-xkcd-sketch-style-drawing-mode-tutorial-examples/