class documentation
class VertexCollection(PatchCollection): (source)
Constructor: VertexCollection(*args, **kwargs)
Collection of vertex patches for plotting.
This class takes additional keyword arguments compared to PatchCollection:
| Parameters | |
| vertex | A list of vertex builders to construct the visual vertices. This is updated if the size of the vertices is changed. |
| size | A function to be triggered after vertex sizes are changed. Typically this redraws the edges. |
| Method | __init__ |
Undocumented |
| Method | get |
Get vertex sizes. |
| Method | get |
Same as get_size. |
| Method | set |
Set vertex sizes. |
| Method | set |
Same as set_size. |
| Method | stale |
Undocumented |
| Property | stale |
Undocumented |
| Instance Variable | _stale |
Undocumented |