Skip to content

Commit

Permalink
autoformats
Browse files Browse the repository at this point in the history
  • Loading branch information
bsavitzky committed Oct 24, 2023
1 parent d1e1435 commit 9a2675b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/visualize/overlay.py
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ def add_ellipses(ax, d):
(cent[1], cent[0]),
2 * _b,
2 * _a,
angle = -np.degrees(_theta),
angle=-np.degrees(_theta),
color=col,
fill=f,
alpha=_alpha,
Expand Down

0 comments on commit 9a2675b

Please sign in to comment.