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


Ignore:
Timestamp:
Nov 5, 1999, 8:57:29 PM (26 years ago)
Author:
ercodmgr
Message:

modifs cosmetiques - Reza 5/11/99

File:
1 edited

Legend:

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

    r548 r553  
    480480  y2 = 1.-mIYmin;  y1 = 1.-mIYmax;
    481481  scd->SetAxesFlags(mAxesFlags);
    482   scd->UpdateLimits();
     482  if (maXlog || maYlog)  scd->SetLogScale(maXlog, maYlog);  // Echelle log
     483  if (mFXYlim)  // Forcage limites XY
     484    scd->SetLimits(mXmin, mXmax, mYmin, mYmax); 
     485  else scd->UpdateLimits();
    483486  mLastWdg->AddDrawer(scd, x1, y1, x2, y2, true, false, true);
    484487  scd->Refresh();
Note: See TracChangeset for help on using the changeset viewer.