Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit b6cd698

Browse files
Fixed spelling mistake in text for Qiskit Visualizations (#1448)
fix spelling mistake "use" to "used" in the paragraph describing options for the plot_histogram() Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent cdeb2e0 commit b6cd698

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/circuits/2_plotting_data_in_qiskit.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,13 @@
9797
]
9898
},
9999
{
100+
"attachments": {},
100101
"cell_type": "markdown",
101102
"metadata": {},
102103
"source": [
103104
"### Options when plotting a histogram\n",
104105
"\n",
105-
"The `plot_histogram()` has a few options to adjust the output graph. The first option is the `legend` kwarg. This is used to provide a label for the executions. It takes a list of strings use to label each execution's results. This is mostly useful when plotting multiple execution results in the same histogram. The `sort` kwarg is used to adjust the order the bars in the histogram are rendered. It can be set to either ascending order with `asc` or descending order with `desc`. The `number_to_keep` kwarg takes an integer for the number of terms to show, the rest are grouped together in a single bar called rest. You can adjust the color of the bars with the `color` kwarg which either takes a string or a list of strings for the colors to use for the bars for each execution. You can adjust whether labels are printed above the bars or not with the `bar_labels` kwarg. The last option available is the `figsize` kwarg which takes a tuple of the size in inches to make the output figure."
106+
"The `plot_histogram()` has a few options to adjust the output graph. The first option is the `legend` kwarg. This is used to provide a label for the executions. It takes a list of strings used to label each execution's results. This is mostly useful when plotting multiple execution results in the same histogram. The `sort` kwarg is used to adjust the order the bars in the histogram are rendered. It can be set to either ascending order with `asc` or descending order with `desc`. The `number_to_keep` kwarg takes an integer for the number of terms to show, the rest are grouped together in a single bar called rest. You can adjust the color of the bars with the `color` kwarg which either takes a string or a list of strings for the colors to use for the bars for each execution. You can adjust whether labels are printed above the bars or not with the `bar_labels` kwarg. The last option available is the `figsize` kwarg which takes a tuple of the size in inches to make the output figure."
106107
]
107108
},
108109
{

0 commit comments

Comments
 (0)