數據分析系列:繪製散點圖(matplotlib)

import matplotlib.pyplot as plt import numpy as np x = ["hubei","huangshi","wuhang","beijing","shanghai","hubei","hubei","wuhang"] y = [6,7,8,9,10,2,9,6] plt.plot(x, y, 'o', color='black') n = ["hub
相關文章
相關標籤/搜索