cytoflowgui.workflow.operations.polygon

class cytoflowgui.workflow.operations.polygon.PolygonSelectionView[source]

Bases: cytoflowgui.workflow.views.view_base.WorkflowView, cytoflow.operations.polygon.ScatterplotPolygonSelectionView

clear_estimate()[source]
get_notebook_code(idx)[source]
class cytoflowgui.workflow.operations.polygon.PolygonWorkflowOp[source]

Bases: cytoflowgui.workflow.operations.operation_base.WorkflowOperation, cytoflow.operations.polygon.PolygonOp

default_view(**kwargs)[source]

Returns an IView that allows a user to view the polygon or interactively draw it.

Parameters

density (bool, default = False) – If True, return a density plot instead of a scatterplot.

get_notebook_code(idx)[source]