cytoflow.views.i_view#
IView – an interface for the visualization of flow data.
- class cytoflow.views.i_view.IView[source]#
Bases:
InterfaceAn interface for a visualization of flow data.
Could be a histogram, a density plot, a scatter plot, a statistical visualization like a bar chart of population means; even a textual representation like a table.
- id#
A unique id for this view. Prefix: “cytoflow.view”
- Type:
Constant
- friendly_id#
The human-readable id of this view: eg, “Histogram”
- Type:
Constant