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.

X Statistic

Which statistic to plot on the X axis.

Y Statistic

Which statistic to plot on the Y axis. Must have the same indices as X Statistic.

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: traitsui.api.

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

Bases: traitsui.api.

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

Bases: envisage.plugin.Plugin, cytoflowgui.view_plugins.view_plugin_base.PluginHelpMixin

view_id = 'edu.mit.synbio.cytoflow.view.stats2d'
short_name = '2D Statistics View'
get_view()[source]
get_handler(model, context)[source]
get_icon()[source]