Changeset 548 in Sophya for trunk/SophyaPI/PIext/pihisto2d.cc
- Timestamp:
- Nov 4, 1999, 5:20:32 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.cc
r544 r548 176 176 if(!mHisto) return; 177 177 SetLimits(mHisto->XMin(), mHisto->XMax(), mHisto->YMin() , mHisto->YMax()); 178 SetAxesFlags(kBoxAxes | kExtTicks | kLabels); 178 // SetAxesFlags(kBoxAxes | kExtTicks | kLabels); Ne pas faire - Reza 11/99 179 179 } 180 180 … … 193 193 //-- 194 194 { 195 196 if (axesFlags != kAxesNone) DrawAxes(g); 197 195 198 if(!mHisto) return; 196 199 // Caracteristiques histogramme
Note:
See TracChangeset
for help on using the changeset viewer.