X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=5e23b99d9ebd5a71ce19b8619bc34380fb8b0b48;hb=6cea1255c6f86c368631246ece6ddcaf7be00ec4;hp=1d8c5bf6d3af966e433dda9fa7b07245ae5d3320;hpb=23f5654dacb1952c15bda92c2606fae3a55e48ad;p=ctsim.git diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index 1d8c5bf..5e23b99 100644 --- a/src/dlgprojections.cpp +++ b/src/dlgprojections.cpp @@ -7,9 +7,9 @@ ** Date Started: August 2000 ** ** This is part of the CTSim program -** Copyright (C) 1983-2000 Kevin Rosenberg +** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dlgprojections.cpp,v 1.16 2001/01/04 21:28:41 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.21 2001/01/28 20:05:17 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 @@ -168,8 +168,17 @@ ProjectionsDialog::showView (int iViewNumber) ezplot.ezset ("grid"); ezplot.ezset ("box"); ezplot.ezset ("yticks left"); + ezplot.ezset ("xticks major 5"); ezplot.addCurve (detValues, detPos, detArray.nDet()); +#if 1 + ezplot.ezset ("xporigin 0.67"); + ezplot.ezset ("yporigin 0.10"); + ezplot.ezset ("xlength 0.33"); + ezplot.ezset ("ylength 0.90"); + m_pSGP->setViewport (0., 0., 1., 1.); +#else m_pSGP->setViewport (0.67, 0.1, 1., 1.); +#endif ezplot.plot (m_pSGP); delete detPos; }