Skip to content

Commit

Permalink
Update visualize-results.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
abbycross committed Jul 11, 2024
1 parent a88da2b commit 45af92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/visualize-results.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"source": [
"## Plot histogram <a name='histogram'></a>\n",
"\n",
"The `plot_histogram` function visualizes the result of sampling a quantum circuit on a system or simulator.\n",
"The `plot_histogram` function visualizes the result of sampling a quantum circuit on a QPU or simulator.\n",
"\n",
"<Admonition title=\"Using the output from functions\" type=\"tip\">\n",
"This function returns a `matplotlib.Figure` object. When the last line of a code cell outputs these objects, Jupyter notebooks display them below the cell. If you call these functions in some other environments or in scripts, you will need to explicitly show or save the outputs.\n",
Expand Down

0 comments on commit 45af92a

Please sign in to comment.