Changeset 4071 in Sophya for trunk/SophyaPI/PIext/graphexecut.cc
- Timestamp:
- May 9, 2012, 11:36:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/graphexecut.cc
r3720 r4071 467 467 usage += ">> cdreal,cdimag,cdphase,cdmod,cdmod2 (default=cdmod): Displayed value\n"; 468 468 usage += " for complex arrays (real/imaginary part, phase, module, module^2)\n"; 469 usage += ">> polarplot polarangle=ConvFactorToRadian,AngOffsetinRadian polarangledeg\n"; 470 usage += " for 2D plots in polar coordinates (PINTuple)\n"; 469 471 usage += "--- General purpose options:\n"; 470 472 usage += ">> stat,stats / nsta,nstat,nostat,nostats : Toggle statistic display\n"; … … 489 491 usage += " nbticks=X_NTicks,Y_NTicks \n"; 490 492 usage += " tickslen=MajTickLenFrac,MinTickLenFrac \n"; 493 usage += " polaraxes or polaraxes=NbCircles,NbCteTheta,ThetaOffdeg"; 491 494 usage += ">> Axe labels font size: fixedfontsize/autofontsize=fszf \n"; 492 495 usage += " autofontsize=fsizef: Font size computed automatically \n"; … … 755 758 usage = "Displays Points (X-Y) [with error-bar / Weight / Label ] from an NTuple "; 756 759 usage += "\n Usage : nt2d nameobj varx vary [errx erry wt label graphic_attributes]"; 760 usage += "\n For plots in polar coordinates, specify polarplot graphic_att"; 757 761 usage += "\n Related commands: disp surf nt2dcn nt2dci nt3d gfd2d vecplot"; 758 762 mpiac->RegisterCommand(kw, usage, this, grp);
Note:
See TracChangeset
for help on using the changeset viewer.