Changeset 4720


Ignore:
Timestamp:
Jan 5, 2021 12:36:05 PM (3 years ago)
Author:
vondreele
Message:

trimmed some plot k-box commands; they blocked the 2nd status line box

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIplot.py

    r4713 r4720  
    96909690    choice = [' save as/key:','jpeg','tiff','bmp','c: center on 1/2,1/2,1/2']
    96919691    if mapData['MapType']:
    9692         choice += ['k: none, lines, color, color+lines contour plot switch',]
    9693         choice += ['s: select map slice color scheme',]
     9692        choice += ['k: contour plot switch',]
     9693        choice += ['s: map slice colors',]
    96949694    if mapData.get('Flip',False):
    96959695        choice += ['u: roll up','d: roll down','l: roll left','r: roll right']
Note: See TracChangeset for help on using the changeset viewer.