การสร้างกราฟเส้น
การใส่คำบรรยายกราฟแต่ละเส้น (legend)
การใช้ marker แบบต่าง ๆ
การสร้างเส้นแบบต่าง ๆ (linestyle) เช่น เส้นทึบ เส้นประ
การกำหนดสีให้กับเส้นกราฟ
ดาวน์โหลดไฟล์ตัวอย่างได้ที่ ► https://goo.gl/KF7lUu
เชิญสมัครเป็นสมาชิกของช่องนี้ได้ที่ ► https://www.youtube.com/subscription_center?add_user=prasertcbs
สอน matplotlib ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGRvUsTmO8MQUkIuM1thTCf
สอน Numpy ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFNEpzsCBEnkUwgAwOu_PWw
สอน Jupyter Notebook ► https://www.youtube.com/playlist?list=PLoTScYm9O0GErrygsfQtDtBT4CloRkiDx
สอน Jupyter Lab ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEour5CiwfSnoutg3RyA76O
สอน Pandas ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGsOHPCeufxCLt-uGU5Rsuj
สอน seaborn ► https://www.youtube.com/playlist?list=PLoTScYm9O0GGC9QvLlrQGvMYatTjnOUwR
สอน Python สำหรับ data science ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFVfRk_MmZt0vQXNIi36LUz
สอนภาษาไพธอน Python เบื้องต้น ► https://www.youtube.com/playlist?list=PLoTScYm9O0GH4YQs9t4tf2RIYolHt_YwW
สอนภาษาไพธอน Python OOP ► https://www.youtube.com/playlist?list=PLoTScYm9O0GEIZzlTKPUiOqkewkWmwadW
สอน Python 3 GUI ► https://www.youtube.com/playlist?list=PLoTScYm9O0GFB1Y3cCmb9aPD5xRB1T11y
#prasertcbs_matplotlib #prasertcbs_numpy
matplotlib legend 在 Matplotlib - legend、subplot、GridSpec、annotate - iT 邦幫忙 的相關結果
import matplotlib.pyplot as plt import numpy as np plt.style.use('classic') %matplotlib inline ironman = np.linspace(0,10, 1000) #產生0~10區間的等間隔序列fig , ... ... <看更多>
matplotlib legend 在 matplotlib命令与格式:图例legend语法及设置 - CSDN博客 的相關結果
1.设置图例legendlegend语法参数如下: matplotlib.pyplot.legend(*args, **kwargs)KeywordDescriptionlocLocation code string, or tuple (see ... ... <看更多>
matplotlib legend 在 matplotlib.pyplot.legend 的相關結果
matplotlib.pyplot.legend¶ ... Place a legend on the Axes. ... The elements to be added to the legend are automatically determined, when you do not pass in any extra ... ... <看更多>