cytoflowgui.view_plugins.stats_2d#

Plot two statistics on a scatter plot. A point (X,Y) is drawn for every pair of elements with the same value of Variable; the X value is from ** X statistic** and the Y value is from Y statistic.

Statistic

Which statistic to plot.

X Feature

Which feature to plot on the X axis.

Y Feature

Which feature to plot on the Y axis.

X Scale, Y Scale

How to scale the X and Y axes.

Variable

The statistic variable to put on the plot.

Horizontal Facet

Make muliple plots, with each column representing a subset of the statistic with a different value for this variable.

Vertical Facet

Make multiple plots, with each row representing a subset of the statistic with a different value for this variable.

Color Facet

Make lines on the plot with different colors; each color represents a subset of the statistic with a different value for this variable.

Color Scale

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

X Error Statistic

A statistic to use to make error bars in the X direction. Must have the same indices as the statistic in X Statistic.

Y Error Statistic

A statistic to use to make error bars in the Y direction. Must have the same indices as the statistic in Y Statistic.

Subset

Plot only a subset of the statistic.

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

Bases: Controller

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

Bases: ViewHandler

indices = <traits.traits.ForwardProperty object>#
numeric_indices = <traits.traits.ForwardProperty object>#
levels = <traits.traits.ForwardProperty object>#
features = <traits.traits.ForwardProperty object>#
class cytoflowgui.view_plugins.stats_2d.Stats2DPlugin[source]#

Bases: Plugin, PluginHelpMixin

view_id = 'cytoflow.view.stats2d'#
short_name = 'Stats 2D'#
get_view()[source]#
get_handler(model, context)[source]#
get_icon()[source]#