Go to the source code of this file.
| Namespaces | |
| plot_bench | |
| Functions | |
| def | plot_bench.plot (theta, one_data, ax) | 
| Variables | |
| plot_bench.action | |
| plot_bench.args = parser.parse_args() | |
| plot_bench.axes | |
| plot_bench.cb = fig.colorbar(im, cax=cbar_ax) | |
| plot_bench.cbar_ax = fig.add_axes([0.85, 0.15, 0.05, 0.7]) | |
| int | plot_bench.counter = 0 | 
| plot_bench.csv_file = args.csv_file | |
| dictionary | plot_bench.data = {} | 
| plot_bench.default | |
| int | plot_bench.dx = 3 | 
| int | plot_bench.dy = 3 | 
| string | plot_bench.eps_file = os.path.basename(csv_file) + "." + args.image_suffix | 
| plot_bench.fields = reader.next() | |
| plot_bench.fig | |
| plot_bench.figure_num = int(row[fields.index("n_theta")]) | |
| plot_bench.float | |
| plot_bench.help | |
| bool | plot_bench.initialized = False | 
| list | plot_bench.methods = ['none'] | 
| dictionary | plot_bench.one_data = data[theta] | 
| plot_bench.parser = argparse.ArgumentParser(description="Plot benchmark result csv") | |
| plot_bench.reader = csv.reader(open(csv_file)) | |
| plot_bench.right | |
| plot_bench.theta = float(theta_str) | |
| plot_bench.theta_str = row[fields.index("theta")] | |
| plot_bench.type | |
| int | plot_bench.xnum = figure_num / 3 |