造型图
plot()
可以将传递给 matplotlib 的参数以不同方式设置样式。
df.plot(style='o') # plot as dots, not lines
df.plot(style='g--') # plot as green dashed line
df.plot(style='o', markeredgecolor='white') # plot as dots with white edge
plot()
可以将传递给 matplotlib 的参数以不同方式设置样式。
df.plot(style='o') # plot as dots, not lines
df.plot(style='g--') # plot as green dashed line
df.plot(style='o', markeredgecolor='white') # plot as dots with white edge