PlotlyPolygonDrawer
__init__
draw
context
polygon
plotly
搜索栏提供以下选项:
+foo bar -baz
foo*
+qname:twisted.mail.* +search
可能的字段:'name'、'qname'(完全限定名称)、'docstring'和'kind'。 最后两个字段仅在启用“在文档字符串中搜索”时适用。
foo~1
结果由 Lunr.js 提供
igraph.drawing.plotly.polygon.PlotlyPolygonDrawer
igraph
drawing
class PlotlyPolygonDrawer: (source)
构造函数: PlotlyPolygonDrawer(fig)
PlotlyPolygonDrawer(fig)
查看层次结构
用于在matplotlib中绘制多边形的类。
多边形的角点可以通过抽屉的points属性设置,或者在构造时传递。此类中的大多数绘图方法还有一个额外的points参数,可以用来覆盖points属性中的点集。
构造一个新的多边形绘制器,该绘制器在给定的Matplotlib轴上绘制。
在关联的轴上绘制一个多边形。
未记录