Changeset 2718 in Sophya for trunk/SophyaPI
- Timestamp:
- May 13, 2005, 5:38:52 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/basexecut.cc
r2669 r2718 1175 1175 1176 1176 kw = "graphicatt"; 1177 usage = "To change default graphic options \n Usage: graphicatt att_list\n";1177 usage = "To change default graphic options\n Usage: graphicatt att_list\n"; 1178 1178 usage += "att_list=def back to default values, Example: gratt 'red circlemarker5'"; 1179 usage += "\n ------------------ Graphic attribute list ------------------ \n"; 1180 usage += ">> Colors: defcol black white grey red blue green yellow \n"; 1181 usage += " magenta cyan turquoise navyblue orange siennared purple \n"; 1182 usage += " limegreen gold violet violetred blueviolet darkviolet \n"; 1183 usage += ">> Lines: defline normalline thinline thickline dashedline thindashedline \n"; 1184 usage += " thickdashedline dottedline thindottedline thickdottedline \n"; 1185 usage += ">> Font Att: deffontatt normalfont boldfont italicfont bolditalicfont \n"; 1186 usage += " smallfont smallboldfont smallitalicfont smallbolditalicfont \n"; 1187 usage += " bigfont bigboldfont bigitalicfont bigbolditalicfont \n"; 1188 usage += " hugefont hugeboldfont hugeitalicfont hugebolditalicfont \n"; 1189 usage += ">> Font Names: deffont courierfont helveticafont timesfont symbolfont \n"; 1190 usage += ">> Marker: dotmarker<T> plusmarker<T> crossmarker<T> circlemarker<T> \n"; 1191 usage += " fcirclemarker<T> boxmarker<T> fboxmarker<T> trianglemarker<T> \n"; 1192 usage += " ftrianglemarker<T> starmarker<T> fstarmarker<T> \n"; 1193 usage += " with <T> = 1 3 5 7 .. 15 , Example fboxmarker5 , plusmarker9 ... \n"; 1194 usage += ">> ArrowMarker: basicarrow<T> trianglearrow<T> ftrianglearrow<T> \n"; 1195 usage += " arrowshapedarrow<T> farrowshapedarrow<T> \n"; 1196 usage += " with <T> = 5 7 .. 15 , Example trianglearrow7 ... \n"; 1197 usage += ">> ColorTables: defcmap grey32 invgrey32 colrj32 colbr32 \n"; 1198 usage += " grey128 invgrey128 colrj128 colbr128 \n"; 1199 usage += " red32cm green32cm blue32cm yellow32cm \n"; 1200 usage += " orange32cm cyan32cm violet32cm \n"; 1179 usage += "\n ------------------ Graphic attribute list ------------------\n"; 1180 usage += ">> Colors: defcol black white grey red blue green yellow\n"; 1181 usage += " magenta cyan turquoise navyblue orange siennared purple\n"; 1182 usage += " limegreen gold violet violetred blueviolet darkviolet\n"; 1183 usage += " or \"color=name\" \"fgcolor=name\" \"bgcolor=name\" ex: \"color=red\"\n"; 1184 usage += ">> Lines: defline normalline thinline thickline dashedline thindashedline\n"; 1185 usage += " thickdashedline dottedline thindottedline thickdottedline\n"; 1186 usage += " or \"line=type,width\" ex: \"line=dotted,7\"\n"; 1187 usage += ">> Fonts:\n"; 1188 usage += " > Att: deffontatt normalfont boldfont italicfont bolditalicfont \n"; 1189 usage += " smallfont smallboldfont smallitalicfont smallbolditalicfont\n"; 1190 usage += " bigfont bigboldfont bigitalicfont bigbolditalicfont\n"; 1191 usage += " hugefont hugeboldfont hugeitalicfont hugebolditalicfont\n"; 1192 usage += " > Names: deffont courierfont helveticafont timesfont symbolfont \n"; 1193 usage += " or \"font=name,type,size\" ex: \"font=courrier,bolditalic,10\"\n"; 1194 usage += ">> Marker: dotmarker<T> plusmarker<T> crossmarker<T> circlemarker<T>\n"; 1195 usage += " fcirclemarker<T> boxmarker<T> fboxmarker<T> trianglemarker<T>\n"; 1196 usage += " ftrianglemarker<T> starmarker<T> fstarmarker<T>\n"; 1197 usage += " with <T> = 1 3 5 7 .. 15 , Example fboxmarker5 , plusmarker9 ...\n"; 1198 usage += " or \"marker=type,size\" ex: \"marker=plus,10\"\n"; 1199 usage += ">> ArrowMarker: basicarrow<T> trianglearrow<T> ftrianglearrow<T>\n"; 1200 usage += " arrowshapedarrow<T> farrowshapedarrow<T>\n"; 1201 usage += " with <T> = 5 7 .. 15 , Example trianglearrow7 ...\n"; 1202 usage += " or \"arrow=type,size\" ex: \"arrow=arrowshaped,10\"\n"; 1203 usage += "------ Specific options for image displays:\n"; 1204 usage += ">> ColorTables: defcmap grey32 invgrey32 colrj32 colbr32\n"; 1205 usage += " grey128 invgrey128 colrj128 colbr128\n"; 1206 usage += " red32cm green32cm blue32cm yellow32cm\n"; 1207 usage += " orange32cm cyan32cm violet32cm\n"; 1201 1208 usage += " midas_pastel midas_heat midas_rainbow3 midas_bluered\n"; 1202 usage += " midas_bluewhite midas_redwhite \n"; 1203 usage += " multicol16 multicol64 \n"; 1204 usage += " revcmap : This flag reverses ColorMap indexing \n"; 1205 usage += "--- For image displays: \n"; 1206 usage += ">> ZoomFactors zoomxN zoomx1 zoomx2 zoomx3 ... \n"; 1207 usage += " zoom/N zoom/2 zoom/3 zoom/4 ...\n"; 1208 usage += ">> imagecenter=ix,iy -> Position the image in widget \n"; 1209 usage += ">> lut=ltyp,min,max -> Sets LUT type and min/max for image display \n"; 1210 usage += " (ltyp=lin/log/sqrt/square) \n"; 1211 usage += ">> image axes configuration: invx invy exchxy \n"; 1212 usage += ">> Axes / Axe labels / LogScale / xylimits / defdrrect \n"; 1213 usage += " See setaxesatt command \n"; 1214 usage += ">> stat/nostat or stats/nostats -> Toggle statistic display flag \n"; 1215 usage += ">> title/notitle or tit/notit -> Toggle Auto AddTitle flag \n"; 1216 usage += ">> DisplayWindow: next same win stack inset \n"; 1209 usage += " midas_bluewhite midas_redwhite\n"; 1210 usage += " multicol16 multicol64\n"; 1211 usage += ">> revcmap : reverse colorMap\n"; 1212 usage += ">> ZoomFactors : zoomxN ex: zoomx1 zoomx2 zoomx3 ...\n"; 1213 usage += " zoom/N ex: zoom/2 zoom/3 zoom/4 ...\n"; 1214 usage += ">> imagecenter=ix,iy : Position the image in widget\n"; 1215 usage += ">> lut=ltyp,min,max : Sets LUT type and min/max\n"; 1216 usage += " (ltyp=lin/log/sqrt/square)\n"; 1217 usage += ">> invx,invy,exchxy : image axes configuration\n"; 1218 usage += ">> for Axes / Axe labels / LogScale / xylimits / defdrrect\n"; 1219 usage += " see setaxesatt command\n"; 1220 usage += "--- General purpose options:\n"; 1221 usage += ">> stat,stats / nsta,nstat,nostat,nostats : Toggle statistic display\n"; 1222 usage += ">> title,tit / notitle,notit -> Toggle automatic title display\n"; 1223 usage += ">> Choose display window: next same win stack inset\n"; 1224 usage += "\n"; 1217 1225 usage += " Related commands: setaxesatt setinsetlimits "; 1218 1226 mpiac->RegisterCommand(kw, usage, this, grp); … … 1221 1229 usage = "To set default axes attributes \n Usage: setaxesatt att_list \n"; 1222 1230 usage += "Color/Line/Font attributes and axes attributes \n"; 1223 usage += ">> Axes: 1224 usage += " 1225 usage += " 1226 usage += " 1227 usage += " 1228 usage += " 1229 usage += " 1230 usage += " 1231 usage += " 1231 usage += ">> Axes: axesnone stdaxes=defaxes=boxaxes boxaxesgrid \n"; 1232 usage += " fineaxes fineaxesgrid centeredaxes finecenteredaxes \n"; 1233 usage += " centeredaxesgrid finecenteredaxesgrid\n"; 1234 usage += " axescenter=x0,y0 (only with centered axes, default \"axescenter=\")\n"; 1235 usage += " grid nogrid labels nolabels \n"; 1236 usage += " ticks noticks minorticks nominorticks \n"; 1237 usage += " extticks intticks extintticks \n"; 1238 usage += " nbticks=X_NTicks,Y_NTicks \n"; 1239 usage += " tickslen=MajTickLenFrac,MinTickLenFrac \n"; 1232 1240 usage += ">> Axe labels font size: fixedfontsize/autofontsize=fszf \n"; 1233 usage += " 1234 usage += " 1235 usage += ">> LogScale: linx liny logx logy -> Lin/Log Scales for 2D plots \n";1241 usage += " autofontsize=fsizef: Font size computed automatically \n"; 1242 usage += " fixedfontsize: Use font size attribute (BaseDrawer) \n"; 1243 usage += ">> Scale type: linx liny logx logy -> Lin/Log Scales for 2D plots \n"; 1236 1244 usage += ">> xylimits=xmin,xmax,ymin,ymax -> Forces X-Y limits in 2-D plots \n"; 1237 1245 usage += ">> defdrrect=xmin,xmax,ymin,ymax -> Defines drawing rectangle 2-D plots \n";
Note:
See TracChangeset
for help on using the changeset viewer.