Changeset 1905 in Sophya for trunk/SophyaPI/PIext/pihisto2d.cc
- Timestamp:
- Feb 18, 2002, 11:41:28 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pihisto2d.cc
r1884 r1905 253 253 254 254 // gestion epaisseur de ligne 255 if ( mLAtt== PI_NotDefLineAtt) g->SelLine(PI_ThinLine);255 if (GetGraphicAtt().GetLineAtt() == PI_NotDefLineAtt) g->SelLine(PI_ThinLine); 256 256 257 257 // gestion Markers ou plot avec des points. … … 389 389 { 390 390 if (!mHisto) return; 391 if ( mLAtt== PI_NotDefLineAtt) g->SelLine(PI_ThinLine);392 g->SelFontSz((YMax() - YMin())/30 , mFAtt);391 if (GetGraphicAtt().GetLineAtt() == PI_NotDefLineAtt) g->SelLine(PI_ThinLine); 392 g->SelFontSz((YMax() - YMin())/30); 393 393 394 394 // La hauteur de la cellule
Note:
See TracChangeset
for help on using the changeset viewer.