Plottable¶
- class kgpy.mixin.Plottable(plot_kwargs=<factory>)¶
-
Attributes
Methods
__init__([plot_kwargs])copy()- rtype
typing.TypeVar(CopyableT, bound= Copyable)
- rtype
typing.TypeVar(CopyableT, bound= Copyable)
plot(ax, components[, component_z])Inheritance Diagram
- copy()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- copy_shallow()¶
- Return type
typing.TypeVar(CopyableT, bound= Copyable)- Parameters
self (CopyableT) –
- abstract plot(ax, components, component_z=None, **kwargs)¶
- Return type
- Parameters
-
plot_kwargs:
typing.Dict[str,typing.Any]¶