這次要介紹的是如何使用Python的matplotlib來畫散佈圖。 ... import matplotlib.pyplot as plt #data x = [1, 3, 5, 7, 9] y = [2, 4, 6, 8, ...
確定! 回上一頁