Skip to content

Commit

Permalink
blacking
Browse files Browse the repository at this point in the history
  • Loading branch information
1ucian0 committed Mar 9, 2023
1 parent 356e98e commit 54e6879
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion qiskit/visualization/state_visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,9 @@ def plot_state_hinton(


@_optionals.HAS_MATPLOTLIB.require_in_call
def plot_bloch_vector(bloch, title="", ax=None, figsize=None, coord_type="cartesian", font_size=None):
def plot_bloch_vector(
bloch, title="", ax=None, figsize=None, coord_type="cartesian", font_size=None
):
"""Plot the Bloch sphere.
Plot a Bloch sphere with the specified coordinates, that can be given in both
Expand Down

0 comments on commit 54e6879

Please sign in to comment.