Skip to content

Commit

Permalink
Merge pull request #5 from maclariz/DDF-patch-3
Browse files Browse the repository at this point in the history
Update digital_dark_field.py
  • Loading branch information
maclariz authored Sep 3, 2024
2 parents 3fee4c3 + 758fc78 commit a91a76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/diffraction/digital_dark_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def aperture_array_generator(
ax.scatter(
aperture_positions[:, 1],
aperture_positions[:, 0],
color=(0.0, 1.0, 0.0, 0.3),
color=plot_marker_color,
s=plot_marker_size,
)

Expand Down

0 comments on commit a91a76e

Please sign in to comment.