Changeset 72 in Sophya for trunk/SophyaPI/PI/pidrawer.cc


Ignore:
Timestamp:
Feb 13, 1998, 11:57:38 AM (28 years ago)
Author:
ansari
Message:

Debug et Ajout de PIConsole - Reza 13/02/98

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PI/pidrawer.cc

    r71 r72  
    265265  float xOffset = 0;
    266266  int kk;
    267   g->SelFontSz(yMajTickLen*4.);
     267  g->SelFontSz(xMajTickLen*4.);
    268268  for (float x=xBeg; x<=xMax; x += xStep) {
    269269      char label[20]; sprintf(label, "%-6g", x);
     
    280280      g->DrawString(x+xOffset, y, label);
    281281  }
    282   printf(" DBGDBG Out of PIDrawer::DrawHLabels  \n");
    283282}
    284283
     
    287286{
    288287  float xOffset = 0;
    289   g->SelFontSz(yMajTickLen*4.);
     288  g->SelFontSz(xMajTickLen*4.);
    290289  for (float y=yBeg; y<=yMax; y += yStep) {
    291290      char label[20]; sprintf(label, "%-6g", y);
Note: See TracChangeset for help on using the changeset viewer.