Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuasn committed Sep 25, 2024
1 parent 11fb2b0 commit 6a21343
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/utils/estimator_pub_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def plot_zne(
height: int = 500,
width: int = 1000,
n_cols: int = 4,
colorscale: str = "Sunset",
colorscale: str = "Aggrnyl",
subplots: bool = False,
) -> go.Figure:
"""Plot the zero noise extrapolation data contained in this estimator pub result.
Expand Down
3 changes: 1 addition & 2 deletions qiskit_ibm_runtime/visualization/plot_zne.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def plot_zne(
height: int = 500,
width: int = 1000,
n_cols: int = 4,
colorscale: str = "Sunset",
colorscale: str = "Aggrnyl",
subplots: bool = False,
) -> go.Figure:
"""Plot the zero noise extrapolation data in an :class:`~.EstimatorPubResult`.
Expand Down Expand Up @@ -107,7 +107,6 @@ def plot_zne(
noise_factors,
evs,
result.data.stds_noise_factors[idx],
legend_group=i,
color="black",
),
col=col,
Expand Down

0 comments on commit 6a21343

Please sign in to comment.