Let us walk on the 3-isogeny graph
|
Variables | |
float | barWidth = 0.25 |
fig = plt.subplots(figsize =(12, 8)) | |
pattern = re.compile("(32m)([0-9]+)") | |
list | average_cglhash2 = [] |
list | average_cglhash3 = [] |
list | matching_values = [] |
list | IT = average_cglhash2 |
list | ECE = average_cglhash3 |
br1 = np.arange(len(IT)) | |
list | br2 = [x + barWidth for x in br1] |
color | |
width | |
edgecolor | |
label | |
fontweight | |
fontsize |
list average_cglhash2 = [] |
Definition at line 10 of file benchmark_graph_03.py.
list average_cglhash3 = [] |
Definition at line 11 of file benchmark_graph_03.py.
barWidth = 0.25 |
Definition at line 5 of file benchmark_graph_03.py.
br1 = np.arange(len(IT)) |
Definition at line 97 of file benchmark_graph_03.py.
Definition at line 98 of file benchmark_graph_03.py.
color |
Definition at line 100 of file benchmark_graph_03.py.
ECE = average_cglhash3 |
Definition at line 95 of file benchmark_graph_03.py.
edgecolor |
Definition at line 100 of file benchmark_graph_03.py.
fig = plt.subplots(figsize =(12, 8)) |
Definition at line 6 of file benchmark_graph_03.py.
fontsize |
Definition at line 103 of file benchmark_graph_03.py.
fontweight |
Definition at line 103 of file benchmark_graph_03.py.
IT = average_cglhash2 |
Definition at line 94 of file benchmark_graph_03.py.
label |
Definition at line 100 of file benchmark_graph_03.py.
list matching_values = [] |
Definition at line 14 of file benchmark_graph_03.py.
pattern = re.compile("(32m)([0-9]+)") |
Definition at line 8 of file benchmark_graph_03.py.
width |
Definition at line 100 of file benchmark_graph_03.py.