cytoflowgui.workflow.operations.range2d#

class cytoflowgui.workflow.operations.range2d.Range2DPlotParams[source]#

Bases: Data2DPlotParams

class cytoflowgui.workflow.operations.range2d.ScatterPlotRangeSelection2DWorkflowView[source]#

Bases: _RangeSelection2DWorkflowView, ScatterplotRangeSelection2DView

class cytoflowgui.workflow.operations.range2d.DensityRangeSelection2DWorkflowView[source]#

Bases: _RangeSelection2DWorkflowView, DensityRangeSelection2DView

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

Bases: WorkflowView, Op2DView

clear_estimate()[source]#
plot(experiment, **kwargs)[source]#
Parameters:
  • xlim ((float, float)) – Set the range of the plot’s X axis.

  • ylim ((float, float)) – Set the range of the plot’s Y axis.

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

Bases: WorkflowOperation, 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]#