cytoflowgui.view_plugins.bar_chart

Plots a bar chart of a statistic.

Each variable in the statistic (ie, each variable chosen in the statistic operation’s Group By) must be set as Variable or as a facet.

Statistic

Which statistic to plot.

Variable

The statistic variable to use as the major bar groups.

Scale

How to scale the statistic 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.

Hue Facet

Make multiple bars with different colors; each color represents a subset of the statistic with a different value for this variable.

Error Statistic

A statistic to use to make the error bars. Must have the same variables as the statistic in Statistic.

Subset

Plot only a subset of the statistic.

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

Bases: traitsui.api.Controller

class cytoflowgui.view_plugins.bar_chart.BarChartHandler(*args: Any, **kwargs: Any)[source]

Bases: cytoflowgui.view_plugins.view_plugin_base.ViewHandler

indices = <traits.traits.ForwardProperty object>
levels = <traits.traits.ForwardProperty object>
class cytoflowgui.view_plugins.bar_chart.BarChartPlugin[source]

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

view_id = 'edu.mit.synbio.cytoflow.view.barchart'
short_name = 'Bar Chart'
get_view()[source]
get_handler(model, context)[source]
get_icon()[source]