Changeset 506 in Sophya for trunk/SophyaPI/PIext/servnobjm.cc
- Timestamp:
- Oct 25, 1999, 10:35:36 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PIext/servnobjm.cc
r500 r506 1226 1226 mImgapp->SetXYLimits(); 1227 1227 mImgapp->UseXYLimits(); 1228 mImgapp->SetXLogScale(); 1229 mImgapp->SetYLogScale(); 1228 1230 return(ropt); 1229 1231 } … … 1265 1267 1266 1268 // 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 1268 1276 // Si c'est une couleur 1269 1277 it = GrAcolors.find(grt[k]);
Note:
See TracChangeset
for help on using the changeset viewer.