cytoflowgui.view_plugins.kde_1d

Plots a “smoothed” histogram.

Channel

The channel for the plot.

Scale

How to scale the X axis of the plot.

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.

Color Scale

If 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-kde_1d-1.png
class cytoflowgui.view_plugins.kde_1d.Kde1DParamsHandler(*args: Any, **kwargs: Any)[source]

Bases: traitsui.api.Controller

class cytoflowgui.view_plugins.kde_1d.Kde1DHandler(*args: Any, **kwargs: Any)[source]

Bases: cytoflowgui.view_plugins.view_plugin_base.ViewHandler, traitsui.api.Controller

class cytoflowgui.view_plugins.kde_1d.Kde1DPlugin[source]

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

view_id = 'edu.mit.synbio.cytoflow.view.kde1d'
short_name = '1D Kernel Density'
get_view()[source]
get_handler(model, context)[source]
get_icon()[source]