alphagenome.visualization.plot_components.AbstractComponent#
- class alphagenome.visualization.plot_components.AbstractComponent[source]#
Abstract base class for plot components.
Attributes#
Table
Returns the number of matplotlib axes required by the component. |
|
Returns the total figure height. |
- AbstractComponent.num_axes#
Returns the number of matplotlib axes required by the component.
- AbstractComponent.total_height#
Returns the total figure height.
Methods#
Table
|
Returns the plot height for the individual axis. |
|
Plots the component on the given axis. |