Skip to content

Commit

Permalink
Fix stk example (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtarzia authored Oct 7, 2024
1 parent b90df19 commit 333976e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/examples/9-showing_custom_bonds.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,17 @@
frames=structures,
properties=properties,
shapes=shape_dict,
settings=chemiscope.quick_settings(
x="aspheriticty",
y="uffenergy",
color="",
structure_settings={
"shape": shape_string,
"atoms": True,
"bonds": False,
"spaceFilling": False,
},
),
)

# %%
Expand Down

0 comments on commit 333976e

Please sign in to comment.