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

Module scatter_plot_2D

source code

Created on 07.04.2011


Author: tohe

Functions [hide private]
 
plot_2D_scatter_plot(filenames, information, parameter, create_png=False)
plot_2D_scatter_plot plots a scatter plot of both cost criteria third entry must contain different iteration values --> used for color map
source code
Variables [hide private]
  __package__ = 'dsc_suite.analyses'
Function Details [hide private]

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

source code 
plot_2D_scatter_plot
plots a scatter plot of both cost criteria
third entry must contain different iteration values
--> used for color map

just works with SUM files
plots only the area of (0;1) for both axis

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