Changeset 546 in Sophya for trunk/SophyaPI/PIext/basexecut.cc


Ignore:
Timestamp:
Nov 3, 1999, 8:56:06 PM (26 years ago)
Author:
ercodmgr
Message:

Gestion option Stats ds piapp - Reza 3/11/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/basexecut.cc

    r537 r546  
    6363  } 
    6464else if (kw == "stacknext") mImgApp->StackWinNext();
    65 else if (kw == "gratt") {
    66   if (tokens.size() < 1) { cout << "Usage: gratt attributes_list (att=def->defaut)" << endl;  return(0); }
     65else if (kw == "graphic_att") {
     66  if (tokens.size() < 1) { cout << "Usage: graphic_att attributes_list (att=def->defaut)" << endl;  return(0); }
    6767  mObjMgr->SetGraphicAttributes(tokens[0]);
    6868  }
     
    662662mpiac->RegisterCommand(kw, usage, this, "Graphics");
    663663
    664 kw = "gratt";
     664kw = "graphic_att";
    665665usage = "To change default graphic options \n  Usage: gratt att_list \n";
    666666usage += "att_list=def back to default values, Example: gratt red,circlemarker5";
     
    685685usage += ">> LogScale : linx liny logx logy -> Lin/Log Scales for 2D plots \n";
    686686usage += ">> XYLimits : xylimits  -> Forces X-Y limits in 2-D plots \n";
     687usage += ">> stat/nostat or stats/nostats -> Toggle statistic display flag \n";
    687688usage += ">> DisplayWindow: next same win stack \n";
    688689usage += "   Related commands: setxylimits"; 
Note: See TracChangeset for help on using the changeset viewer.