Skip to main content
Ctrl+K
Matplotlib 3.10.0.dev759+ge90952ffac 文档 - Home
  • Plot types
  • User guide
  • Tutorials
  • Examples
  • Reference
  • Contribute
  • Releases
  • Gitter
  • Discourse
  • GitHub
  • Twitter
  • Plot types
  • User guide
  • Tutorials
  • Examples
  • Reference
  • Contribute
  • Releases
  • Gitter
  • Discourse
  • GitHub
  • Twitter

Section Navigation

  • 快速入门指南
  • 常见问题
  • 图形和后端
  • 坐标轴和子图
  • 艺术家
    • 艺术家介绍
    • 自动颜色循环
    • 优化艺术家的性能
    • 路径
    • 路径效果指南
    • 理解 imshow 的 extent 关键字参数
    • 变换教程
  • 使用样式表和rcParams自定义Matplotlib
  • 颜色
  • 文本
  • 使用 Matplotlib 的动画
  • 用户工具包
  • 入门
  • 安装
  • 使用 Matplotlib
  • 艺术家

艺术家#

你在 Matplotlib 图表中交互的几乎所有对象都被称为“Artist”(并且是 Artist 类的子类)。Figure 和 Axes 是 Artists,通常包含 Axis Artists 和包含数据或注释信息的 Artists。

  • 艺术家介绍
    • 创建艺术家
    • 更改艺术家属性
    • 更改艺术家数据
    • 手动添加艺术家
    • 移除艺术家
  • 自动颜色循环
  • 优化艺术家的性能
  • 路径
  • 路径效果指南
  • 理解 imshow 的 extent 关键字参数
  • 变换教程

© Copyright 2002–2012 John Hunter, Darren Dale, Eric Firing, Michael Droettboom and the Matplotlib development team; 2012–2024 The Matplotlib development team.

由 Sphinx 8.0.2创建。

Built from v3.9.2-622-gb01462c9ac-dirty.

Built with the PyData Sphinx Theme 0.15.4.