Package dsc_suite :: Package analyses :: Module histogram
[hide private]
[frames] | no frames]

Module histogram

source code

Created on 07.04.2011


Author: tohe

Functions [hide private]
 
plot_histogramm(filenames, information, parameter, create_png=False)
plot_histogram plots the histogram of the data axis limits must be edited individually
source code
Variables [hide private]
  __package__ = 'dsc_suite.analyses'
Function Details [hide private]

plot_histogramm(filenames, information, parameter, create_png=False)

source code 
plot_histogram
plots the histogram of the data
axis limits must be edited individually

just works with SUM files

entry format: list of dictionaries with the following keys:
['benchmark', 'data structure', 'filename',
 'samples', 'depth', 'cost criteria',
 'mean value', 'standard deviation']
create_png:
True --> return value filename of png file
False --> opens interactive mode of matplotlib