We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d711a15 commit 0a7941fCopy full SHA for 0a7941f
qiskit/visualization/state_visualization.py
@@ -281,8 +281,8 @@ def plot_bloch_multivector(
281
reverse_bits (bool): If True, plots qubits following Qiskit's convention [Default:False].
282
font_size (float): Font size for the Bloch ball figures.
283
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`).
+ title_pad (float): Padding for the title (suptitle ``y`` position is ``0.98``
+ and the image height will be extended by ``1 + title_pad/100``).
286
287
Returns:
288
:class:`matplotlib:matplotlib.figure.Figure` :
0 commit comments