Bases: Group
Annotation style label.
An alternative method to ‘label’ a diagram, suitable for highlighting hardware details.
It is likely the body, leaderline, and target will all require customisation to best suit specific usages. Several methods of customisation are possible:
diagram-wide customisations:
Over-ride dictionary settings in pinout.config.annotation
Over-ride default annotation body, leaderline, and target classes
instance specific customisations:
Supply a dictionary of arguments to body, content, leaderline, and target attributes. These override config.annotation settings
provide an alternative component instance to body, content, leaderline, and target attributes.
- Parameters:
content ([type]) – [description]
body ([type], optional) – [description], defaults to None
leaderline ([type], optional) – [description], defaults to None
target ([type], optional) – [description], defaults to None