Changeset 1905 in Sophya for trunk/SophyaPI/PIext/pihisto.cc
- Timestamp:
- Feb 18, 2002, 11:41:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto.cc
r1856 r1905 77 77 if (!mHisto) return; 78 78 79 if(mMrk != PI_NotDefMarker || (typeid(*mHisto) == typeid(HProf)) ) { 79 if((GetGraphicAtt().GetMarker() != PI_NotDefMarker) || 80 (typeid(*mHisto) == typeid(HProf)) ) { 80 81 // Marqeurs definis OU HProf => marqueurs+Erreurs si il y en a 81 82 mHisto->UpdateHisto(); // pour le cas ou c'est un HProf 82 if( mLAtt== PI_NotDefLineAtt) g->SelLine(PI_ThinLine);83 if(GetGraphicAtt().GetLineAtt() == PI_NotDefLineAtt) g->SelLine(PI_ThinLine); 83 84 double x1,y1, x2,y2; 84 85 double bw = mHisto->BinWidth(); … … 102 103 oktrace = true; 103 104 } 104 if( mLAtt!= PI_NotDefLineAtt) {105 if(GetGraphicAtt().GetLineAtt() != PI_NotDefLineAtt) { 105 106 double x1,y1, x2, y2; 106 107 x1 = mHisto->BinLowEdge(0); … … 138 139 // if (mLAtt == PI_NotDefLineAtt) g->SelLine(PI_ThinLine); 139 140 g->SelLine(PI_ThinLine); 140 g->SelFontSz((YMax() - YMin())/30 , mFAtt);141 g->SelFontSz((YMax() - YMin())/30); 141 142 142 143 // La hauteur de la cellule
Note:
See TracChangeset
for help on using the changeset viewer.