Changeset 2709 in Sophya


Ignore:
Timestamp:
Apr 29, 2005, 9:44:05 AM (20 years ago)
Author:
cmv
Message:

n/plot keepbin option do not impose anymore the "same" option cmv 29/04/2005

File:
1 edited

Legend:

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

    r2708 r2709  
    6161usage += "\n        for default use ! , loop=i1[:i2[:di]]";
    6262usage += "\n for 1 dimensional (1D) projection:";
    63 usage += "\n   use graphic option \"keepbin\" to superimpose";
    64 usage += "\n   1D distribution with the same binning";
     63usage += "\n   use graphic option \"keepbin\" to keep previous";
     64usage += "\n   plot binning for 1D distribution";
    6565usage += "\n  Related commands: plot2dw plot3d"; 
    6666piac->RegisterCommand(kw,usage,this,hgrp);
     
    412412              Histo* hsame = new Histo(h->XMin(),h->XMax(),h->NBins());
    413413              omg.AddObj(hsame,nameproj);
    414               // on force donc le display sur le meme plot
    415               dopt += " same";
    416414              break;
    417415            }
Note: See TracChangeset for help on using the changeset viewer.