Changeset 506 in Sophya for trunk/SophyaPI/PIext/servnobjm.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/servnobjm.cc

    r500 r506  
    12261226  mImgapp->SetXYLimits();
    12271227  mImgapp->UseXYLimits();
     1228  mImgapp->SetXLogScale();
     1229  mImgapp->SetYLogScale();
    12281230  return(ropt);
    12291231  }
     
    12651267
    12661268  // Utilisation limites X-Y
    1267   if ( grt[k] == "xylimits" ) { mImgapp->UseXYLimits(true);  fgsrgr = true;  continue; }
     1269  if ( grt[k] == "xylimits" ) { mImgapp->UseXYLimits(true);  fgsrgr = true;  continue; }
     1270  // Echelle logarithmique d'axe
     1271  if ( grt[k] == "logx" )  { mImgapp->SetXLogScale(true); fgsrgr = true;  continue; }
     1272  if ( grt[k] == "linx" )  { mImgapp->SetXLogScale(false); fgsrgr = true;  continue; }
     1273  if ( grt[k] == "logy" )  { mImgapp->SetYLogScale(true); fgsrgr = true;  continue; }
     1274  if ( grt[k] == "liny" )  { mImgapp->SetYLogScale(false); fgsrgr = true;  continue; }
     1275
    12681276  // Si c'est une couleur
    12691277  it = GrAcolors.find(grt[k]);
Note: See TracChangeset for help on using the changeset viewer.