Functions | |
def | plot |
Variables | |
tuple | args = parser.parse_args() |
tuple | cb = fig.colorbar(im, cax=cbar_ax) |
tuple | cbar_ax = fig.add_axes([0.85, 0.15, 0.05, 0.7]) |
int | counter = 0 |
csv_file = args.csv_file | |
dictionary | data = {} |
int | dx = 3 |
int | dy = 3 |
tuple | eps_file = os.path.basename(csv_file) |
tuple | fields = reader.next() |
tuple | figure_num = int(row[fields.index("n_theta")]) |
initialized = False | |
list | methods = ['none'] |
list | one_data = data[theta] |
tuple | parser = argparse.ArgumentParser(description="Plot benchmark result csv") |
tuple | reader = csv.reader(open(csv_file)) |
tuple | theta = float(theta_str) |
list | theta_str = row[fields.index("theta")] |
int | xnum = 3 |
def plot_bench.plot | ( | theta, | |
one_data, | |||
ax | |||
) |
Definition at line 24 of file plot_bench.py.
tuple plot_bench::args = parser.parse_args() |
Definition at line 18 of file plot_bench.py.
tuple plot_bench::cb = fig.colorbar(im, cax=cbar_ax) |
Definition at line 91 of file plot_bench.py.
tuple plot_bench::cbar_ax = fig.add_axes([0.85, 0.15, 0.05, 0.7]) |
Definition at line 90 of file plot_bench.py.
int plot_bench::counter = 0 |
Definition at line 78 of file plot_bench.py.
plot_bench::csv_file = args.csv_file |
Definition at line 19 of file plot_bench.py.
dictionary plot_bench::data = {} |
Definition at line 59 of file plot_bench.py.
int plot_bench::dx = 3 |
Definition at line 21 of file plot_bench.py.
int plot_bench::dy = 3 |
Definition at line 22 of file plot_bench.py.
tuple plot_bench::eps_file = os.path.basename(csv_file) |
Definition at line 96 of file plot_bench.py.
tuple plot_bench::fields = reader.next() |
Definition at line 55 of file plot_bench.py.
tuple plot_bench::figure_num = int(row[fields.index("n_theta")]) |
Definition at line 65 of file plot_bench.py.
plot_bench::initialized = False |
Definition at line 57 of file plot_bench.py.
list plot_bench::methods = ['none'] |
Definition at line 20 of file plot_bench.py.
list plot_bench::one_data = data[theta] |
Definition at line 81 of file plot_bench.py.
tuple plot_bench::parser = argparse.ArgumentParser(description="Plot benchmark result csv") |
Definition at line 12 of file plot_bench.py.
tuple plot_bench::reader = csv.reader(open(csv_file)) |
Definition at line 54 of file plot_bench.py.
tuple plot_bench::theta = float(theta_str) |
Definition at line 73 of file plot_bench.py.
list plot_bench::theta_str = row[fields.index("theta")] |
Definition at line 72 of file plot_bench.py.
int plot_bench::xnum = 3 |
Definition at line 67 of file plot_bench.py.