Skip to content

Commit

Permalink
Merge pull request #35 from QuEraComputing/33-unfetched-time-sweep-jo…
Browse files Browse the repository at this point in the history
…bjson

Fixed plot legend, fetched data for JSON
  • Loading branch information
weinbe58 authored Oct 18, 2023
2 parents ee815f1 + d8550b9 commit 2c6ef40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data/time-sweep-job.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions docs/examples/example-3-time-sweep.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ def get_z2_probabilities(report):
plt.plot(emu_sweep_times, emu_probabilities, label="Emulator", color="#878787")
plt.plot(hardware_sweep_times, hardware_probabilities, label="QPU", color="#6437FF")

plt.legend()
plt.show()

# %% [markdown]
Expand Down

0 comments on commit 2c6ef40

Please sign in to comment.