Skip to content

Commit

Permalink
Update digital_dark_field.py
Browse files Browse the repository at this point in the history
Allowed changes to overlay color in aperture_array_generator
  • Loading branch information
maclariz authored Sep 2, 2024
1 parent 87c340b commit 1d8bc2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions py4DSTEM/process/diffraction/digital_dark_field.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ def aperture_array_generator(
plot_marker_size: float
Marker size in points (standard matplotlib)
plot_marker_radius_pixels: float
Marker radius in pixels
plot_marker_color: 3-tuple or string
Any sensible python color definition
Marker radius in pixels
plot_marker_color: 3-tuple or string
Any sensible python color definition
figsize: (float, float)
Figure size.
returnfig: bool
Expand Down

0 comments on commit 1d8bc2d

Please sign in to comment.