Skip to content

Commit 0a7941f

Browse files
Fixed formatting for issue Qiskit#14196 (Qiskit#14204) (Qiskit#14208)
* fixed incorrect title_pad entry in docs * Fixed formatting in plot_bloch_multivector (cherry picked from commit 1863ed6) Co-authored-by: anurag-quantum <[email protected]>
1 parent d711a15 commit 0a7941f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

qiskit/visualization/state_visualization.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@ def plot_bloch_multivector(
281281
reverse_bits (bool): If True, plots qubits following Qiskit's convention [Default:False].
282282
font_size (float): Font size for the Bloch ball figures.
283283
title_font_size (float): Font size for the title.
284-
title_pad (float): Padding for the title (suptitle `y` position is `0.98`
285-
and the image height will be extended by `1 + title_pad/100`).
284+
title_pad (float): Padding for the title (suptitle ``y`` position is ``0.98``
285+
and the image height will be extended by ``1 + title_pad/100``).
286286
287287
Returns:
288288
:class:`matplotlib:matplotlib.figure.Figure` :

0 commit comments

Comments
 (0)