vispy.visuals.collections.polygon_collection module#
- vispy.visuals.collections.polygon_collection.PolygonCollection(mode='raw', *args, **kwargs)#
- mode: string
- “raw” (speed: fastest, size: small, output: ugly, no dash, no
thickness)
- “agg” (speed: medium, size: medium output: nice, some flaws, no
dash)
“agg+” (speed: slow, size: big, output: perfect, no dash)