Changeset 2350 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Mar 18, 2003, 3:23:53 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r2307 r2350 1137 1137 usage += ">> lut=ltyp,min,max -> Sets LUT type and min/max for image display \n"; 1138 1138 usage += " (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"; 1139 usage += ">> Axes / Axe labels / LogScale / xylimits / defdrrect \n"; 1140 usage += " See setaxesatt command \n"; 1151 1141 usage += ">> stat/nostat or stats/nostats -> Toggle statistic display flag \n"; 1152 1142 usage += ">> title/notitle or tit/notit -> Toggle Auto AddTitle flag \n"; … … 1158 1148 usage = "To set default axes attributes \n Usage: setaxesatt att_list \n"; 1159 1149 usage += "Color/Line/Font attributes and axes attributes \n"; 1160 usage += ">> Axes: stdaxes=defaxes=boxaxes boxaxesgrid centeredaxes\n";1161 usage += " fineaxes fine centeredaxes fineaxesgrid\n";1150 usage += ">> Axes: axesnone stdaxes=defaxes=boxaxes boxaxesgrid \n"; 1151 usage += " fineaxes fineaxesgrid centeredaxes finecenteredaxes \n"; 1162 1152 usage += " 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"; 1153 usage += " grid nogrid labels nolabels \n"; 1154 usage += " ticks noticks minorticks nominorticks \n"; 1155 usage += " extticks intticks extintticks \n"; 1156 usage += " nbticks=X_NTicks,Y_NTicks \n"; 1157 usage += " tickslen=MajTickLenFrac,MinTickLenFrac \n"; 1158 usage += ">> Axe labels font size: fixedfontsize/autofontsize=fszf \n"; 1159 usage += " autofontsize=fsizef: Font size computed automatically \n"; 1167 1160 usage += " fixedfontsize: Use font size attribute (BaseDrawer) \n"; 1168 1161 usage += ">> LogScale : linx liny logx logy -> Lin/Log Scales for 2D plots \n";
Note:
See TracChangeset
for help on using the changeset viewer.