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


Ignore:
Timestamp:
Dec 10, 2002, 3:02:11 PM (23 years ago)
Author:
ansari
Message:

Help de options/flags axes - Reza 12/10/02

File:
1 edited

Legend:

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

    r2289 r2296  
    998998usage += "                       (ltyp=lin/log/sqrt/square) \n";
    999999usage += ">> Axes:  stdaxes=defaxes=boxaxes boxaxesgrid centeredaxes\n";
    1000 usage += "          fineaxes finecenteredaxes fineaxesgrid=grid \n";
     1000usage += "          fineaxes finecenteredaxes fineaxesgrid\n";
    10011001usage += "          centeredaxesgrid finecenteredaxesgrid \n";
     1002usage += "          grid nogrid labels nolabels ticks noticks \n";
     1003usage += "          minorticks nominorticks extticks intticks axesnone \n";
    10021004usage += ">> Axe labels font size: fixedfontsize/autofontsize \n";
    10031005usage += "          autofontsize: Font size computed automatically \n";
     
    10061008usage += ">> xylimits=xmin,xmax,ymin,ymax  -> Forces X-Y limits in 2-D plots \n";
    10071009usage += ">> defdrrect=xmin,xmax,ymin,ymax -> Defines drawing rectangle 2-D plots \n";
    1008  usage += "          The rectangle is defined as a fraction of the widget size\n";
     1010usage += "          The rectangle is defined as a fraction of the widget size\n";
    10091011usage += ">> stat/nostat or stats/nostats -> Toggle statistic display flag \n";
    10101012usage += ">> title/notitle or tit/notit -> Toggle Auto AddTitle flag \n";
     
    10171019usage += "Color/Line/Font attributes and axes attributes \n";
    10181020usage += ">> Axes:  stdaxes=defaxes=boxaxes boxaxesgrid centeredaxes\n";
    1019 usage += "          fineaxes finecenteredaxes fineaxesgrid=grid \n";
     1021usage += "          fineaxes finecenteredaxes fineaxesgrid \n";
    10201022usage += "          centeredaxesgrid finecenteredaxesgrid \n";
     1023usage += "          grid nogrid labels nolabels ticks noticks \n";
     1024usage += "          minorticks nominorticks extticks intticks axesnone \n";
    10211025usage += ">> Axe labels font size: fixedfontsize/autofontsize \n";
    10221026usage += "          autofontsize: Font size computed automatically \n";
     
    10241028usage += ">> LogScale : linx liny logx logy -> Lin/Log Scales for 2D plots \n";
    10251029usage += ">> xylimits=xmin,xmax,ymin,ymax  -> Forces X-Y limits in 2-D plots \n";
     1030usage += ">> defdrrect=xmin,xmax,ymin,ymax -> Defines drawing rectangle 2-D plots \n";
     1031usage += "          The rectangle is defined as a fraction of the widget size\n";
    10261032mpiac->RegisterCommand(kw, usage, this, "Graphics");
    10271033
Note: See TracChangeset for help on using the changeset viewer.