Changeset 72 in Sophya for trunk/SophyaPI/PI/pidrawer.cc
- Timestamp:
- Feb 13, 1998, 11:57:38 AM (28 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaPI/PI/pidrawer.cc
r71 r72 265 265 float xOffset = 0; 266 266 int kk; 267 g->SelFontSz( yMajTickLen*4.);267 g->SelFontSz(xMajTickLen*4.); 268 268 for (float x=xBeg; x<=xMax; x += xStep) { 269 269 char label[20]; sprintf(label, "%-6g", x); … … 280 280 g->DrawString(x+xOffset, y, label); 281 281 } 282 printf(" DBGDBG Out of PIDrawer::DrawHLabels \n");283 282 } 284 283 … … 287 286 { 288 287 float xOffset = 0; 289 g->SelFontSz( yMajTickLen*4.);288 g->SelFontSz(xMajTickLen*4.); 290 289 for (float y=yBeg; y<=yMax; y += yStep) { 291 290 char label[20]; sprintf(label, "%-6g", y);
Note:
See TracChangeset
for help on using the changeset viewer.