To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.misc.plot.base.plot_feature_hist

mvpa2.misc.plot.base.plot_feature_hist(dataset, xlim=None, noticks=True, targets_attr='targets', chunks_attr=None, **kwargs)

Plot histograms of feature values for each labels.

Parameters :

dataset : Dataset

xlim : None or 2-tuple

Common x-axis limits for all histograms.

noticks : bool

If True, no axis ticks will be plotted. This is useful to save space in large plots.

targets_attr : string, optional

Name of samples attribute to be used as targets

chunks_attr : None or string

If a string, a histogram will be plotted per each target and each chunk (as defined in sa named chunks_attr), resulting is a histogram grid (targets x chunks).

**kwargs :

Any additional arguments are passed to matplotlib’s hist().

NeuroDebian

NITRC-listed