Changeset 3296 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- Aug 16, 2007, 11:33:59 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/graphexecut.cc
r3279 r3296 425 425 usage += ">> imagecenter=ix,iy : Position the image in widget\n"; 426 426 usage += ">> lut=ltyp,min,max : Sets LUT type and min/max\n"; 427 usage += " (ltyp=lin/log/sqrt/square)\n"; 427 usage += " (ltyp=lin/log/sqrt/square)\n"; 428 usage += ">> autolut=alt[,ns[,min,max]] : AutoLut method selection \n"; 429 usage += " (alt=minmax/meansig/hispeak/histail)\n"; 428 430 usage += ">> invx,invy,exchxy : image axes configuration\n"; 429 usage += ">> for Axes / Axe labels / LogScale / xylimits / defdrrect\n";430 usage += " see setaxesatt command\n";431 431 usage += "--- General purpose options:\n"; 432 432 usage += ">> stat,stats / nsta,nstat,nostat,nostats : Toggle statistic display\n"; 433 433 usage += ">> title,tit / notitle,notit -> Toggle automatic title display\n"; 434 434 usage += ">> Choose display window: next same win stack inset\n"; 435 usage += ">> for Axes / Axe labels / LogScale / xylimits / defdrrect\n"; 436 usage += " see setaxesatt command\n"; 435 437 usage += "\n"; 436 438 usage += " Related commands: setaxesatt setinsetlimits ";
Note:
See TracChangeset
for help on using the changeset viewer.