cytoflowgui.workflow.operations.quad

class cytoflowgui.workflow.operations.quad.QuadSelectionView[source]

Bases: cytoflowgui.workflow.views.view_base.WorkflowView, cytoflow.operations.quad.ScatterplotQuadSelectionView

clear_estimate()[source]
get_notebook_code(idx)[source]
class cytoflowgui.workflow.operations.quad.QuadWorkflowOp[source]

Bases: cytoflowgui.workflow.operations.operation_base.WorkflowOperation, cytoflow.operations.quad.QuadOp

default_view(**kwargs)[source]

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

Parameters

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

clear_estimate()[source]
get_notebook_code(idx)[source]