cytoflowgui.workflow.operations.range2d

class cytoflowgui.workflow.operations.range2d.Range2DSelectionView[source]

Bases: cytoflowgui.workflow.views.view_base.WorkflowView, cytoflow.operations.range2d.ScatterplotRangeSelection2DView

clear_estimate()[source]
get_notebook_code(idx)[source]
class cytoflowgui.workflow.operations.range2d.Range2DWorkflowOp[source]

Bases: cytoflowgui.workflow.operations.operation_base.WorkflowOperation, cytoflow.operations.range2d.Range2DOp

default_view(**kwargs)[source]

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

Parameters

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

get_notebook_code(idx)[source]