X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctgraphics%2Fezplot.cpp;h=3ea5ce1fe2c383c0e59b6975fb1d30c369d20f07;hp=14c0a5b29f86aea97db1da7653c3c1b9a36d4e0e;hb=e9222e8a8190ca48f30a1359badae06bcb200210;hpb=67efd658c571790fd487a5775ebc994ed734790b diff --git a/libctgraphics/ezplot.cpp b/libctgraphics/ezplot.cpp index 14c0a5b..3ea5ce1 100644 --- a/libctgraphics/ezplot.cpp +++ b/libctgraphics/ezplot.cpp @@ -6,7 +6,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ezplot.cpp,v 1.17 2000/12/16 06:12:47 kevin Exp $ +** $Id: ezplot.cpp,v 1.18 2000/12/18 05:40:30 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 @@ -32,8 +32,6 @@ int snprintf (char *, size_t, const char*, ...); // Defaults static const double TICKRATIO = 0.4; // ratio of minor to major tick lengths static const int MAXNUMFMT = 15; // maximum length of a numeric format -static const double DEF_CHARHEIGHT = (1./43.); //size of characters in NDC -static const double DEF_CHARWIDTH = (1./80.); // size of characters in NDC static const int DEF_CURVE_CLR = C_RED; @@ -149,8 +147,8 @@ EZPlot::EZPlot (SGP& sgp) void EZPlot::initPlotSettings () { - charheight = DEF_CHARHEIGHT; - charwidth = DEF_CHARWIDTH; + charheight = rSGP.getCharHeight(); + charwidth = rSGP.getCharWidth(); c_xlabel = ""; c_ylabel = "";