Skip to content

Commit

Permalink
Update qiskit_ibm_runtime/visualization/draw_layer_error_map.py
Browse files Browse the repository at this point in the history
Co-authored-by: joshuasn <[email protected]>
  • Loading branch information
SamFerracin and joshuasn authored Oct 16, 2024
1 parent 9b6b6be commit 45c4b1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/visualization/draw_layer_error_map.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def draw_layer_error_map(
to draw the layer error on, or a backend to generate an :class:`~.Embedding` for.
colorscale: The colorscale used to show the rates of ``layer_error``.
color_no_data: The color used for qubits and edges for which no data is available.
color_out_of_scale: The color used for rates whose value is above ``highest_rate``.
color_out_of_scale: The color used for rates with value greater than ``highest_rate``.
num_edge_segments: The number of equal-sized segments that edges are made of.
edge_width: The line width of the edges in pixels.
height: The height of the returned figure.
Expand Down

0 comments on commit 45c4b1c

Please sign in to comment.