Skip to content

Commit

Permalink
Merge pull request #535 from cophus/dev
Browse files Browse the repository at this point in the history
Hotfix for matplotlib plotting bug in crystal_viz
  • Loading branch information
bsavitzky authored Oct 16, 2023
2 parents e8305e7 + 7c653fe commit ce351d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py4DSTEM/process/diffraction/crystal_viz.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def plot_structure(
zs=xyz[sub, 2], # + d[2],
s=size_marker,
linewidth=2,
color=atomic_colors(ID_plot),
facecolors=atomic_colors(ID_plot),
edgecolor=[0, 0, 0],
)

Expand Down

0 comments on commit ce351d8

Please sign in to comment.