class documentation

class HullCollection(PathCollection): (source)

Constructor: HullCollection(*args, **kwargs)

View In Hierarchy

Collection for hulls connecting vertex covers/clusters.

The class takes the normal arguments of a PathCollection, plus one argument called "corner_radius" that specifies how much to smoothen the polygon vertices into round corners. This argument can be a float or a sequence of floats, one for each hull to be drawn.

Method __init__ Undocumented
Method draw Undocumented
Static Method _expand_path Undocumented
Static Method _round_corners Undocumented
Method _compute_path_with_corner_radius Undocumented
Method _update_paths Undocumented
Instance Variable _corner_radii Undocumented
Instance Variable _paths_original Undocumented
def __init__(self, *args, **kwargs): (source)

Undocumented

def draw(self, renderer): (source)

Undocumented

@staticmethod
def _expand_path(coordst, radius): (source)

Undocumented

@staticmethod
def _round_corners(points, corner_radius): (source)

Undocumented

def _compute_path_with_corner_radius(self, path_orig, radius, trans, trans_inv): (source)

Undocumented

def _update_paths(self): (source)

Undocumented

_corner_radii = (source)

Undocumented

_paths_original = (source)

Undocumented