Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
SamFerracin committed Aug 20, 2024
1 parent ac1b320 commit 168d5ca
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions qiskit_ibm_runtime/visualization/draw_layer_error_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ def draw_layer_error_map(
coordinates: Optional[List[Tuple[int, int]]] = None,
*,
colorscale: str = "Bluered",
color_no_data: str = "white",
color_no_data: str = "lightgray",
height: int = 500,
plot_bgcolor: str = "lightgray",
plot_bgcolor: str = "white",
radius: float = 0.25,
width: int = 800,
) -> go.Figure:
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit 168d5ca

Please sign in to comment.