moved to serif

This commit is contained in:
Daniel Knüttel 2020-04-01 13:13:58 +02:00
parent 7c1050b32d
commit 0c6591ea90
7 changed files with 5 additions and 5 deletions

View File

@ -14,7 +14,7 @@ with open("circuit_scaling_meta.json") as fin:
h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3]
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
, marker="^"
, marker="o"
, color="black")
plt.legend(handles=[h0])

View File

@ -15,11 +15,11 @@ with open("circuit_scaling_meta.json") as fin:
h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3]
, label=f"Graphical Simulator $N_q={meta['nqbits0']}$ Qbits"
, marker="^"
, marker="o"
, color="black")
h1 = plt.errorbar(results_graph1[:, 0], results_graph1[:, 2], results_graph1[:, 3]
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
, marker="o"
, marker="^"
, color="black")
plt.legend(handles=[h0, h1])

View File

@ -15,11 +15,11 @@ with open("circuit_scaling_measurements_meta.json") as fin:
h0 = plt.errorbar(results_graph0[:, 0], results_graph0[:, 2], results_graph0[:, 3]
, label=f"Graphical Simulator $N_q={meta['nqbits0']}$ Qbits"
, marker="^"
, marker="o"
, color="black")
h1 = plt.errorbar(results_graph1[:, 0], results_graph1[:, 2], results_graph1[:, 3]
, label=f"Graphical Simulator $N_q={meta['nqbits1']}$ Qbits"
, marker="o"
, marker="^"
, color="black")
plt.legend(handles=[h0, h1])

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 153 KiB

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 161 KiB

After

Width:  |  Height:  |  Size: 164 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 173 KiB

After

Width:  |  Height:  |  Size: 141 KiB