Changeset 546 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Nov 3, 1999, 8:56:06 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r537 r546 63 63 } 64 64 else if (kw == "stacknext") mImgApp->StackWinNext(); 65 else if (kw == "gra tt") {66 if (tokens.size() < 1) { cout << "Usage: gra tt attributes_list (att=def->defaut)" << endl; return(0); }65 else if (kw == "graphic_att") { 66 if (tokens.size() < 1) { cout << "Usage: graphic_att attributes_list (att=def->defaut)" << endl; return(0); } 67 67 mObjMgr->SetGraphicAttributes(tokens[0]); 68 68 } … … 662 662 mpiac->RegisterCommand(kw, usage, this, "Graphics"); 663 663 664 kw = "gra tt";664 kw = "graphic_att"; 665 665 usage = "To change default graphic options \n Usage: gratt att_list \n"; 666 666 usage += "att_list=def back to default values, Example: gratt red,circlemarker5"; … … 685 685 usage += ">> LogScale : linx liny logx logy -> Lin/Log Scales for 2D plots \n"; 686 686 usage += ">> XYLimits : xylimits -> Forces X-Y limits in 2-D plots \n"; 687 usage += ">> stat/nostat or stats/nostats -> Toggle statistic display flag \n"; 687 688 usage += ">> DisplayWindow: next same win stack \n"; 688 689 usage += " Related commands: setxylimits";
Note:
See TracChangeset
for help on using the changeset viewer.