Go to the source code of this file.
Namespaces | |
namespace | plot_bench |
Functions | |
def | plot_bench.plot |
Variables | |
tuple | plot_bench.args = parser.parse_args() |
tuple | plot_bench.cb = fig.colorbar(im, cax=cbar_ax) |
tuple | 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 = {} |
int | plot_bench.dx = 3 |
int | plot_bench.dy = 3 |
tuple | plot_bench.eps_file = os.path.basename(csv_file) |
tuple | plot_bench.fields = reader.next() |
tuple | plot_bench.figure_num = int(row[fields.index("n_theta")]) |
plot_bench.initialized = False | |
list | plot_bench.methods = ['none'] |
list | plot_bench.one_data = data[theta] |
tuple | plot_bench.parser = argparse.ArgumentParser(description="Plot benchmark result csv") |
tuple | plot_bench.reader = csv.reader(open(csv_file)) |
tuple | plot_bench.theta = float(theta_str) |
list | plot_bench.theta_str = row[fields.index("theta")] |
int | plot_bench.xnum = 3 |