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


Ignore:
Timestamp:
Mar 18, 2003, 3:23:53 PM (23 years ago)
Author:
ansari
Message:

Ajout nouvelles options pour trace d'axes ds le Help de baseexecut.cc
et ajout d'une nouvelle option (connectpoints) ds PINTupleDrawer (et 3D)

Reza 18 Mars 2003

File:
1 edited

Legend:

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

    r2307 r2350  
    11371137usage += ">> lut=ltyp,min,max -> Sets LUT type and min/max for image display \n";
    11381138usage += "                       (ltyp=lin/log/sqrt/square) \n";
    1139 usage += ">> Axes:  stdaxes=defaxes=boxaxes boxaxesgrid centeredaxes\n";
    1140 usage += "          fineaxes finecenteredaxes fineaxesgrid\n";
    1141 usage += "          centeredaxesgrid finecenteredaxesgrid \n";
    1142 usage += "          grid nogrid labels nolabels ticks noticks \n";
    1143 usage += "          minorticks nominorticks extticks intticks axesnone \n";
    1144 usage += ">> Axe labels font size: fixedfontsize/autofontsize \n";
    1145 usage += "          autofontsize: Font size computed automatically \n";
    1146 usage += "          fixedfontsize: Use font size attribute (BaseDrawer) \n";
    1147 usage += ">> LogScale : linx liny logx logy -> Lin/Log Scales for 2D plots \n";
    1148 usage += ">> xylimits=xmin,xmax,ymin,ymax  -> Forces X-Y limits in 2-D plots \n";
    1149 usage += ">> defdrrect=xmin,xmax,ymin,ymax -> Defines drawing rectangle 2-D plots \n";
    1150 usage += "          The rectangle is defined as a fraction of the widget size\n";
     1139usage += ">> Axes / Axe labels / LogScale / xylimits / defdrrect \n";
     1140usage += "   See setaxesatt command \n";
    11511141usage += ">> stat/nostat or stats/nostats -> Toggle statistic display flag \n";
    11521142usage += ">> title/notitle or tit/notit -> Toggle Auto AddTitle flag \n";
     
    11581148usage = "To set default axes attributes \n  Usage: setaxesatt att_list \n";
    11591149usage += "Color/Line/Font attributes and axes attributes \n";
    1160 usage += ">> Axes:  stdaxes=defaxes=boxaxes boxaxesgrid centeredaxes\n";
    1161 usage += "          fineaxes finecenteredaxes fineaxesgrid \n";
     1150usage += ">> Axes:  axesnone stdaxes=defaxes=boxaxes boxaxesgrid \n";
     1151usage += "          fineaxes fineaxesgrid centeredaxes finecenteredaxes \n";
    11621152usage += "          centeredaxesgrid finecenteredaxesgrid \n";
    1163 usage += "          grid nogrid labels nolabels ticks noticks \n";
    1164 usage += "          minorticks nominorticks extticks intticks axesnone \n";
    1165 usage += ">> Axe labels font size: fixedfontsize/autofontsize \n";
    1166 usage += "          autofontsize: Font size computed automatically \n";
     1153usage += "          grid nogrid labels nolabels  \n";
     1154usage += "          ticks noticks minorticks nominorticks \n";
     1155usage += "          extticks intticks extintticks \n";
     1156usage += "          nbticks=X_NTicks,Y_NTicks  \n";
     1157usage += "          tickslen=MajTickLenFrac,MinTickLenFrac \n";
     1158usage += ">> Axe labels font size: fixedfontsize/autofontsize=fszf \n";
     1159usage += "          autofontsize=fsizef: Font size computed automatically \n";
    11671160usage += "          fixedfontsize: Use font size attribute (BaseDrawer) \n";
    11681161usage += ">> LogScale : linx liny logx logy -> Lin/Log Scales for 2D plots \n";
Note: See TracChangeset for help on using the changeset viewer.