Python3 Matplotlib畫簡單散點圖

import numpy import matplotlib.pyplot as plt #初始化numpy.array數組 x = numpy.array([[0, 0], [-1, 0.1], [0.3, -0.05], [0.7, 0.3], [-0.2, -0.6], [-0.15, -0.63], [-0.25, 0.55], [-0.28, 0.67]]) y = numpy.arra
相關文章
相關標籤/搜索