Changeset 4720
- Timestamp:
- Jan 5, 2021 12:36:05 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r4713 r4720 9690 9690 choice = [' save as/key:','jpeg','tiff','bmp','c: center on 1/2,1/2,1/2'] 9691 9691 if mapData['MapType']: 9692 choice += ['k: none, lines, color, color+linescontour plot switch',]9693 choice += ['s: select map slice color scheme',]9692 choice += ['k: contour plot switch',] 9693 choice += ['s: map slice colors',] 9694 9694 if mapData.get('Flip',False): 9695 9695 choice += ['u: roll up','d: roll down','l: roll left','r: roll right']
Note: See TracChangeset
for help on using the changeset viewer.