Changeset 3482 in Sophya


Ignore:
Timestamp:
Apr 7, 2008, 12:29:38 PM (17 years ago)
Author:
ansari
Message:

Ajout options inversion axes revax/revay dans help-piapp , Reza 07/04/2008

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaLib/Manual/piahelp.tex

    r3438 r3482  
    14171417         fixedfontsize: Use font size attribute (BaseDrawer)
    14181418>> Scale type: linx liny logx logy -> Lin/Log Scales for 2D plots
     1419>> AxeDirection: Reverse X/Y axe drawing direction
     1420         revax revay axelr axedu (or axerl/axeud -> revax/revay)
    14191421>> xylimits=xmin,xmax,ymin,ymax  -> Forces X-Y limits in 2-D plots
    14201422>> defdrrect=xmin,xmax,ymin,ymax -> Defines drawing rectangle 2-D plots
  • trunk/SophyaPI/PIext/graphexecut.cc

    r3456 r3482  
    455455usage += "         fixedfontsize: Use font size attribute (BaseDrawer) \n";
    456456usage += ">> Scale type: linx liny logx logy -> Lin/Log Scales for 2D plots \n";
     457usage += ">> AxeDirection: Reverse X/Y axe drawing direction \n";
     458usage += "         revax revay axelr axedu (or axerl/axeud -> revax/revay) \n";
    457459usage += ">> xylimits=xmin,xmax,ymin,ymax  -> Forces X-Y limits in 2-D plots \n";
    458460usage += ">> defdrrect=xmin,xmax,ymin,ymax -> Defines drawing rectangle 2-D plots \n";
Note: See TracChangeset for help on using the changeset viewer.