plt.scatter函數案例一則

  繪製美觀的圖像,主要靠積累,直接上代碼:   import matplotlib.pyplot as plt import numpy as np # generate x values x = np.random.randn(1000) # random measurements, no correlation y1 = np.random.randn(len(x)) # strong
相關文章
相關標籤/搜索