Skip to content

Commit

Permalink
Merge pull request #680 from maclariz/dev
Browse files Browse the repository at this point in the history
DDF-patch-3
  • Loading branch information
bsavitzky authored Sep 5, 2024
2 parents 29a0ab4 + a91a76e commit 717e37a
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 717e37a

Please sign in to comment.