Let us walk on the 3-isogeny graph
Loading...
Searching...
No Matches
benchmark_graph Namespace Reference

Variables

float barWidth = 0.25
 fig = plt.subplots(figsize =(12, 8))
list IT = [12, 30, 1, 8, 22]
list ECE = [28, 6, 16, 5, 10]
list CSE = [29, 3, 24, 25, 17]
 br1 = np.arange(len(IT))
list br2 = [x + barWidth for x in br1]
list br3 = [x + barWidth for x in br2]
 color
 width
 edgecolor
 label
 fontweight
 fontsize

Variable Documentation

◆ barWidth

float barWidth = 0.25

Definition at line 4 of file benchmark_graph.py.

◆ br1

br1 = np.arange(len(IT))

Definition at line 11 of file benchmark_graph.py.

◆ br2

br2 = [x + barWidth for x in br1]

Definition at line 12 of file benchmark_graph.py.

◆ br3

br3 = [x + barWidth for x in br2]

Definition at line 13 of file benchmark_graph.py.

◆ color

color

Definition at line 15 of file benchmark_graph.py.

◆ CSE

CSE = [29, 3, 24, 25, 17]

Definition at line 9 of file benchmark_graph.py.

◆ ECE

ECE = [28, 6, 16, 5, 10]

Definition at line 8 of file benchmark_graph.py.

◆ edgecolor

edgecolor

Definition at line 16 of file benchmark_graph.py.

◆ fig

fig = plt.subplots(figsize =(12, 8))

Definition at line 5 of file benchmark_graph.py.

◆ fontsize

fontsize

Definition at line 22 of file benchmark_graph.py.

◆ fontweight

fontweight

Definition at line 22 of file benchmark_graph.py.

◆ IT

IT = [12, 30, 1, 8, 22]

Definition at line 7 of file benchmark_graph.py.

◆ label

label

Definition at line 16 of file benchmark_graph.py.

◆ width

width

Definition at line 15 of file benchmark_graph.py.