X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=src%2Fdlgprojections.cpp;h=fdeea3fc67e629806693132dcbffc63da9667068;hb=9f29c8b32c972db1178d6f8551d5cd57ceb67083;hp=dfe49294280eaecdf2701fe921e74af9bc9cd857;hpb=ec73e3f9aa11aea5ba6a4255489fdca63d2b4990;p=ctsim.git diff --git a/src/dlgprojections.cpp b/src/dlgprojections.cpp index dfe4929..fdeea3f 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.18 2001/01/17 11:00:18 kevin Exp $ +** $Id: dlgprojections.cpp,v 1.20 2001/01/28 19:10:18 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 @@ -169,7 +169,15 @@ ProjectionsDialog::showView (int iViewNumber) ezplot.ezset ("box"); ezplot.ezset ("yticks left"); 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; }