cytoflowgui.view_plugins.scatterplot#

Plot a scatterplot.

X Channel, Y Channel

The channels to plot on the X and Y axes.

X Scale, Y Scale

How to scale the X and Y axes of the plot.

Color Channel

If set, color each point by the value of a channel. Cannot set both Color Channel and Color Facet.

Horizonal Facet

Make multiple plots. Each column has a unique value of this variable.

Vertical Facet

Make multiple plots. Each row has a unique value of this variable.

Color Facet

Plot with multiple colors. Each color has a unique value of this variable. Cannot set both Color Channel and Color Facet.

Color Scale

If Color Channel is set or Color Facet is a numeric variable, use this scale for the color bar.

Tab Facet

Make multiple plots in differen tabs; each tab’s plot has a unique value of this variable.

Subset

Plot only a subset of the data in the experiment.

../../_images/cytoflowgui-view_plugins-scatterplot-1.png
class cytoflowgui.view_plugins.scatterplot.ScatterplotParamsHandler(*args: Any, **kwargs: Any)[source]#

Bases: Controller

class cytoflowgui.view_plugins.scatterplot.ScatterplotHandler(*args: Any, **kwargs: Any)[source]#

Bases: ViewHandler

class cytoflowgui.view_plugins.scatterplot.ScatterplotPlugin[source]#

Bases: Plugin, PluginHelpMixin

view_id = 'cytoflow.view.scatterplot'#
short_name = 'Scatter'#
get_view()[source]#
get_handler(model, context)[source]#
get_icon()[source]#