Changeset 2296 in Sophya for trunk/SophyaPI/PIext/basexecut.cc
- Timestamp:
- Dec 10, 2002, 3:02:11 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r2289 r2296 998 998 usage += " (ltyp=lin/log/sqrt/square) \n"; 999 999 usage += ">> Axes: stdaxes=defaxes=boxaxes boxaxesgrid centeredaxes\n"; 1000 usage += " fineaxes finecenteredaxes fineaxesgrid =grid\n";1000 usage += " fineaxes finecenteredaxes fineaxesgrid\n"; 1001 1001 usage += " centeredaxesgrid finecenteredaxesgrid \n"; 1002 usage += " grid nogrid labels nolabels ticks noticks \n"; 1003 usage += " minorticks nominorticks extticks intticks axesnone \n"; 1002 1004 usage += ">> Axe labels font size: fixedfontsize/autofontsize \n"; 1003 1005 usage += " autofontsize: Font size computed automatically \n"; … … 1006 1008 usage += ">> xylimits=xmin,xmax,ymin,ymax -> Forces X-Y limits in 2-D plots \n"; 1007 1009 usage += ">> defdrrect=xmin,xmax,ymin,ymax -> Defines drawing rectangle 2-D plots \n"; 1008 1010 usage += " The rectangle is defined as a fraction of the widget size\n"; 1009 1011 usage += ">> stat/nostat or stats/nostats -> Toggle statistic display flag \n"; 1010 1012 usage += ">> title/notitle or tit/notit -> Toggle Auto AddTitle flag \n"; … … 1017 1019 usage += "Color/Line/Font attributes and axes attributes \n"; 1018 1020 usage += ">> Axes: stdaxes=defaxes=boxaxes boxaxesgrid centeredaxes\n"; 1019 usage += " fineaxes finecenteredaxes fineaxesgrid =grid\n";1021 usage += " fineaxes finecenteredaxes fineaxesgrid \n"; 1020 1022 usage += " centeredaxesgrid finecenteredaxesgrid \n"; 1023 usage += " grid nogrid labels nolabels ticks noticks \n"; 1024 usage += " minorticks nominorticks extticks intticks axesnone \n"; 1021 1025 usage += ">> Axe labels font size: fixedfontsize/autofontsize \n"; 1022 1026 usage += " autofontsize: Font size computed automatically \n"; … … 1024 1028 usage += ">> LogScale : linx liny logx logy -> Lin/Log Scales for 2D plots \n"; 1025 1029 usage += ">> xylimits=xmin,xmax,ymin,ymax -> Forces X-Y limits in 2-D plots \n"; 1030 usage += ">> defdrrect=xmin,xmax,ymin,ymax -> Defines drawing rectangle 2-D plots \n"; 1031 usage += " The rectangle is defined as a fraction of the widget size\n"; 1026 1032 mpiac->RegisterCommand(kw, usage, this, "Graphics"); 1027 1033
Note:
See TracChangeset
for help on using the changeset viewer.