Changeset 2709 in Sophya
- Timestamp:
- Apr 29, 2005, 9:44:05 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pawexecut.cc
r2708 r2709 61 61 usage += "\n for default use ! , loop=i1[:i2[:di]]"; 62 62 usage += "\n for 1 dimensional (1D) projection:"; 63 usage += "\n use graphic option \"keepbin\" to superimpose";64 usage += "\n 1D distribution with the same binning";63 usage += "\n use graphic option \"keepbin\" to keep previous"; 64 usage += "\n plot binning for 1D distribution"; 65 65 usage += "\n Related commands: plot2dw plot3d"; 66 66 piac->RegisterCommand(kw,usage,this,hgrp); … … 412 412 Histo* hsame = new Histo(h->XMin(),h->XMax(),h->NBins()); 413 413 omg.AddObj(hsame,nameproj); 414 // on force donc le display sur le meme plot415 dopt += " same";416 414 break; 417 415 }
Note:
See TracChangeset
for help on using the changeset viewer.