Changeset 506 in Sophya for trunk/SophyaPI/PIext/pistdimgapp.cc


Ignore:
Timestamp:
Oct 25, 1999, 10:35:36 AM (26 years ago)
Author:
ercodmgr
Message:

Modifs pour echelle Log - Reza 25/10/99

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/pistdimgapp.cc

    r495 r506  
    203203mXmin = mYmin = -1.;
    204204mXmax = mYmax = 1;
     205maXlog = maYlog = false;
    205206SaveGraphicAtt();
    206207
     
    483484scw->SetBinding(PIBK_elastic, PIBK_elastic, PIBK_elastic, PIBK_elastic);
    484485scw->SetUserData(NULL, oid);
     486if (maXlog || maYlog)  scw->SetLogScale(maXlog, maYlog);  // Echelle log
    485487if (mFXYlim)  // Forcage limites XY
    486488  scw->SetLimits(mXmin, mXmax, mYmin, mYmax);
     
    13071309  mSYmin = mYmin;  mSYmax = mYmax;
    13081310  mSFXYlim = mFXYlim;
     1311  mSaXlog = maXlog;
     1312  mSaYlog = maYlog;
    13091313}
    13101314
     
    13251329  mYmin = mSYmin;  mYmax = mSYmax;
    13261330  mFXYlim = mSFXYlim;
    1327 }
     1331  maXlog = mSaXlog;
     1332  maYlog = mSaYlog;
     1333}
Note: See TracChangeset for help on using the changeset viewer.