logo
  • 教程列表
  • SO官方文档
  • 图形和可视化
    • 基本数据图
    • 造型图
    • 在现有的 matplotlib 轴上绘图
  1. StackOverflow 文档
  2. pandas 教程
  3. 图形和可视化
  4. 造型图

造型图

Created: November-22, 2018

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
  • 在现有的 matplotlib 轴上绘图
  • 基本数据图

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明