ra4_stats
0341147a0dc35f80f4e12c6003afb76a38e2ed6e
|
Go to the source code of this file.
Classes | |
class | plot_aggregates.Result |
Namespaces | |
plot_aggregates | |
Functions | |
def | plot_aggregates.GroupResults (results) |
def | plot_aggregates.GetResults (dir_name) |
def | plot_aggregates.GetMax (graphs) |
def | plot_aggregates.GetMin (graphs) |
def | plot_aggregates.GetMaxSignif (results) |
def | plot_aggregates.GetMinLimit (results) |
def | plot_aggregates.GetColor (index) |
def | plot_aggregates.GetTitle (results, is_signif) |
def | plot_aggregates.Format (graphs, results, is_signif) |
def | plot_aggregates.GetFileName (ex) |
def | plot_aggregates.GetMarker (results, is_signif) |
def | plot_aggregates.MakePlot (results, out_dir) |
Variables | |
tuple | plot_aggregates.parser = argparse.ArgumentParser(description="Takes a precomputed set of results with different aggregate binning and makes comparison plots") |
tuple | plot_aggregates.args = parser.parse_args() |
tuple | plot_aggregates.results = GetResults(args.input) |