class documentation
class EdgeCollection(PatchCollection): (source)
Constructor: EdgeCollection(*args, **kwargs)
Undocumented
| Method | __init__ |
Undocumented |
| Method | draw |
Undocumented |
| Method | get |
Get arrow sizes for the edges (directed only). |
| Method | get |
Same as get_arrow_size. |
| Method | get |
Get arrow widths for the edges (directed only). |
| Method | get |
Same as get_arrow_width. |
| Method | set |
Set arrow sizes. |
| Method | set |
Same as set_arrow_size |
| Method | set |
Set arrow widths. |
| Method | set |
Same as set_arrow_width |
| Method | stale |
Undocumented |
| Property | stale |
Undocumented |
| Static Method | _compute |
Compute edge angles for both starting and ending vertices. |
| Static Method | _get |
Undocumented |
| Method | _compute |
Undocumented |
| Method | _compute |
Undocumented |
| Method | _compute |
Undocumented |
| Method | _compute |
Undocumented |
| Instance Variable | _arrow |
Undocumented |
| Instance Variable | _arrow |
Undocumented |
| Instance Variable | _curved |
Undocumented |
| Instance Variable | _directed |
Undocumented |
| Instance Variable | _loop |
Undocumented |
| Instance Variable | _paths |
Undocumented |
| Instance Variable | _visual |
Undocumented |
def _compute_path_directed(self, coordst, sizes, trans_inv, curved, arrow_size, arrow_width):
(source)
¶
Undocumented