Skip to content

Commit

Permalink
Update qiskit_ibm_runtime/utils/noise_learner_result.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 330c870 commit 9b6b6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/utils/noise_learner_result.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def draw_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 this 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 9b6b6be

Please sign in to comment.