Changeset 2388 in Sophya for trunk/SophyaPI/PIext
- Timestamp:
- May 20, 2003, 5:22:32 PM (22 years ago)
- Location:
- trunk/SophyaPI/PIext
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.cc
r2383 r2388 194 194 PIHisto::GetOptionsHelpInfo(string& info) 195 195 { 196 // On recupere d'abord la chaine info de la classe de base197 PIDrawer::GetOptionsHelpInfo(info);198 196 info += " ---- PIHisto options help info : \n" ; 199 197 info += " sta,stat,stats: activate statistic display\n"; … … 203 201 info += " statposoff=OffsetX,OffsetY : Position offset for Stats drawing \n"; 204 202 info += " as a fraction of total size \n"; 203 // On recupere ensuite la chaine info de la classe de base 204 PIDrawer::GetOptionsHelpInfo(info); 205 205 return; 206 206 } -
trunk/SophyaPI/PIext/pihisto2d.cc
r2383 r2388 582 582 //-- 583 583 { 584 // On recupere d'abord la chaine info de la classe de base585 PIDrawer::GetOptionsHelpInfo(info);586 584 info += " ---- PIHisto2D options help info (see also ALT-O): \n" ; 587 585 info += "- h2help: get this help text\n"; … … 601 599 info += "- use key \"revcmap\" to reverse color table\n"; 602 600 info += "- h2frac=[fmin][,fmax]: choose sub-range display [0,1]\n"; 601 // On recupere ensuite la chaine info de la classe de base 602 PIDrawer::GetOptionsHelpInfo(info); 603 603 return; 604 604 } -
trunk/SophyaPI/PIext/pintuple.cc
r2383 r2388 357 357 void PINTuple::GetOptionsHelpInfo(string& info) 358 358 { 359 // On recupere d'abord la chaine info de la classe de base360 PIDrawer::GetOptionsHelpInfo(info);361 359 info += " ---- PINTuple options help info : \n" ; 362 360 info += " sta,stat,stats: activate statistic display\n"; … … 369 367 info += " sizescale/sizescale=nbins/nosizescale (Use marker size for weight) \n"; 370 368 info += " (and usual color/line/marker/... attribute decoding) \n"; 369 // On recupere ensuite la chaine info de la classe de base 370 PIDrawer::GetOptionsHelpInfo(info); 371 371 return; 372 372 }
Note:
See TracChangeset
for help on using the changeset viewer.