Skip to content

Commit 64713fd

Browse files
committedOct 18, 2023
fix with tox eblack
1 parent 87ca633 commit 64713fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎qiskit/visualization/state_visualization.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -520,7 +520,7 @@ def plot_state_city(
520520
max_plot_size = min(fig_width / 2.25, fig_height)
521521
max_font_size = int(3 * max_plot_size)
522522
max_zoom = 10 / (10 + np.sqrt(max_plot_size))
523-
523+
524524
for (ax, dz, col, zlabel) in (
525525
(ax1, dzr, real_color, "Real"),
526526
(ax2, dzi, imag_color, "Imaginary"),

0 commit comments

Comments
 (0)