Changeset 199bd07 in sasmodels
- Timestamp:
- Feb 23, 2018 12:17:18 PM (7 years ago)
- Branches:
- master, core_shell_microgels, magnetic_model, ticket-1257-vesicle-product, ticket_1156, ticket_1265_superball, ticket_822_more_unit_tests
- Children:
- 893bea2
- Parents:
- 58a1be9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sasmodels/jitter.py
r58a1be9 r199bd07 116 116 atoms = list(zip(x, y, z)) 117 117 #print(list(enumerate(atoms))) 118 # Pull the dot at ( 1, 0, 0) to the front of the list118 # Pull the dot at (0, 0, 1) to the front of the list 119 119 # It will be highlighted in the view 120 index = 22120 index = 14 121 121 highlight = atoms[index] 122 122 del atoms[index]
Note: See TracChangeset
for help on using the changeset viewer.