Skip to content

Commit

Permalink
Update qiskit_experiments/visualization/drawers/mpl_drawer.py
Browse files Browse the repository at this point in the history
Co-authored-by: Helena Zhang <Helena.Zhang@ibm.com>
  • Loading branch information
wshanks and coruscating authored Jan 19, 2024
1 parent be220b2 commit b677533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_experiments/visualization/drawers/mpl_drawer.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def format_canvas(self):
else:
all_axes = [self._axis]

# Set axes scale. This needs to be done before anything tries work with
# Set axes scale. This needs to be done before anything tries to work with
# the axis limits because if no limits or data are set explicitly the
# default limits depend on the scale method (for example, the minimum
# value is 0 for linear scaling but not for log scaling).
Expand Down

0 comments on commit b677533

Please sign in to comment.