Changeset 2090 in Sophya for trunk/SophyaPI
- Timestamp:
- Jul 12, 2002, 5:22:05 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/piaxestools.cc
r2080 r2090 202 202 mText[0]->SetText(buff); 203 203 PIAxes::BonFormatAxes(scd->YMin(),scd->YMax(),-1.,format,0,2); 204 sprintf(buff,dum.c_str(),scd->YMin(),scd->YMax()); 204 dum = format; dum += " "; dum += format; 205 sprintf(buff,dum.c_str(),scd->YMin(),scd->YMax()); 205 206 mText[1]->SetText(buff); 206 207 int xa, ya;
Note:
See TracChangeset
for help on using the changeset viewer.