- Timestamp:
- Oct 22, 2020 12:33:18 PM (3 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIobj.py
r4616 r4617 3277 3277 if typ in ('lines','vdW balls','sticks','balls & sticks','ellipsoids'): 3278 3278 return typ 3279 elif generalData.get('Type','') == 'macromolecular': 3280 if typ in ('backbone','ribbons','schematic'): 3281 return typ 3282 elif typ == 'polyhedra': 3283 return 'polyhedra' 3279 # elif generalData.get('Type','') == 'macromolecular': 3280 # if typ in ('backbone',): 3281 # return typ 3284 3282 return 'vdW balls' 3285 3283 -
trunk/config_example.py
r4615 r4617 224 224 ''' 225 225 226 enum_DrawAtoms_default = ['','lines','vdW balls','sticks','balls & sticks', 227 'ellipsoids','polyhedra','backbone','ribbons','schematic'] 226 enum_DrawAtoms_default = ['','lines','vdW balls','sticks','balls & sticks','ellipsoids',] 228 227 'choices for DrawAtoms_default' 229 228 DrawAtoms_default = '' 230 229 '''Allows selection of the default plotting mode for structures 231 230 in Draw Atoms. The only valid values are: 232 'lines', 'vdW balls', 'sticks', 'balls & sticks', 'ellipsoids', 'polyhedra', 233 'backbone', 'ribbons', 'schematic', where 'polyhedra' is invalid for 234 macromolecular phases and 'backbone', 'ribbons' & 'schematic' is invalid for 235 non-macromolecular phases. %% If a non-valid choice is used (the default) 231 'lines', 'vdW balls', 'sticks', 'balls & sticks', 'ellipsoids'. 232 %% If a non-valid choice is used (the default) 236 233 'vdW balls' is used. 237 234 '''
Note: See TracChangeset
for help on using the changeset viewer.