r309: plotfile changes
[ctsim.git] / libctgraphics / ezplot.cpp
index 7d6e23e745807d82905b603bf2d3a52e76545ad7..5a2ec69a34a2700a309722310ee61cc19bfb4e0c 100644 (file)
@@ -6,7 +6,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ezplot.cpp,v 1.19 2000/12/18 06:32:13 kevin Exp $
+**  $Id: ezplot.cpp,v 1.20 2000/12/20 20:08:48 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -754,9 +754,7 @@ EZPlot::drawAxes()
        snprintf (str, sizeof(str), y_numfmt, ygw_min + yw_tickinc * i);
        rSGP.moveAbs (yaxispos + ytl_ofs, y + 0.5 * charheight);
        rSGP.setTextColor (clr_number, -1);\r
-       rSGP.setTextAngle(HALFPI);
        rSGP.drawText (str);
-       rSGP.setTextAngle(0.);\r
       }
     }
   }            // Y - Axis