Skip to content

Commit

Permalink
Update digital_dark_field.py
Browse files Browse the repository at this point in the history
Missed changing the overlay color for the case where plot_marker_radius_pixels is None
  • Loading branch information
maclariz authored Sep 3, 2024
1 parent 3fee4c3 commit 758fc78
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 758fc78

Please sign in to comment.