Changeset 506 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc
- Timestamp:
- Oct 25, 1999, 10:35:36 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/pistdimgapp.cc
r495 r506 203 203 mXmin = mYmin = -1.; 204 204 mXmax = mYmax = 1; 205 maXlog = maYlog = false; 205 206 SaveGraphicAtt(); 206 207 … … 483 484 scw->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic); 484 485 scw->SetUserData(NULL, oid); 486 if (maXlog || maYlog) scw->SetLogScale(maXlog, maYlog); // Echelle log 485 487 if (mFXYlim) // Forcage limites XY 486 488 scw->SetLimits(mXmin, mXmax, mYmin, mYmax); … … 1307 1309 mSYmin = mYmin; mSYmax = mYmax; 1308 1310 mSFXYlim = mFXYlim; 1311 mSaXlog = maXlog; 1312 mSaYlog = maYlog; 1309 1313 } 1310 1314 … … 1325 1329 mYmin = mSYmin; mYmax = mSYmax; 1326 1330 mFXYlim = mSFXYlim; 1327 } 1331 maXlog = mSaXlog; 1332 maYlog = mSaYlog; 1333 }
Note:
See TracChangeset
for help on using the changeset viewer.