Changeset 4071 in Sophya for trunk/SophyaPI/PIext/graphexecut.cc


Ignore:
Timestamp:
May 9, 2012, 11:36:04 PM (13 years ago)
Author:
ansari
Message:

Trace en coordonnees polaires (2D avec barres d'erreur) classe PINTuple

et introduction des attributs graphiques polarplot, polaraxes ...

Reza, 9 Mai 2012

File:
1 edited

Legend:

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

    r3720 r4071  
    467467usage += ">> cdreal,cdimag,cdphase,cdmod,cdmod2 (default=cdmod): Displayed value\n";
    468468usage += "     for complex arrays (real/imaginary part, phase, module, module^2)\n";
     469usage += ">> polarplot polarangle=ConvFactorToRadian,AngOffsetinRadian polarangledeg\n";
     470usage += "     for 2D plots in polar coordinates (PINTuple)\n";
    469471usage += "--- General purpose options:\n";
    470472usage += ">> stat,stats / nsta,nstat,nostat,nostats : Toggle statistic display\n";
     
    489491usage += "         nbticks=X_NTicks,Y_NTicks  \n";
    490492usage += "         tickslen=MajTickLenFrac,MinTickLenFrac \n";
     493usage += "         polaraxes or polaraxes=NbCircles,NbCteTheta,ThetaOffdeg";
    491494usage += ">> Axe labels font size: fixedfontsize/autofontsize=fszf \n";
    492495usage += "         autofontsize=fsizef: Font size computed automatically \n";
     
    755758usage = "Displays Points (X-Y) [with error-bar / Weight / Label ] from an NTuple ";
    756759usage += "\n Usage : nt2d nameobj varx vary [errx erry wt label graphic_attributes]";
     760usage += "\n  For plots in polar coordinates, specify polarplot graphic_att";
    757761usage += "\n  Related commands: disp surf nt2dcn nt2dci nt3d  gfd2d vecplot"; 
    758762mpiac->RegisterCommand(kw, usage, this, grp);
Note: See TracChangeset for help on using the changeset viewer.