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
|