Here is an example on how to use the color map with a scatter plot. fig, axes = plt.subplots(1,1, figsize=(6,4)) axes.scatter(range(8), ...
確定! 回上一頁