课程评价 (0)

请对课程作出评价:
0/300

学员评价

暂无精选评价
10分钟

Polygon类

matplotlib.patches.Polygon类是多边形类。其基类是matplotlib.patches.Patch。其构造函数为: Polygon(xy, closed=True, **kwargs)。参数为:

  • xy是一个N×2numpy array,为多边形的顶点。
  • closedTrue则指定多边形将起点和终点重合从而显式关闭多边形。
  • 其他关键字参数用于设置属性

Polygon的属性有:

  • 继承自Artist基类的属性: .alpha.animated.axes.clip_box、..clip_on.clip_path.contains.figure.gid.label.picker.transform.url.visible.zorder
  • 继承自Patch基类的属性: .antialiased或者.aa.capstyle.color.edgecolor或者.ec.facecolor或者.fc.fill.hatch.joinstyle.linestyle或者.ls.linewidth或者.lw属性