12 May 20:24
Re: Possible bug in axis labelling
From: Albert Kottke <albert <at> accipter.org>
Subject: Re: Possible bug in axis labelling
Newsgroups: gmane.comp.graphics.qwt.general
Date: 2008-05-12 18:24:47 GMT
Subject: Re: Possible bug in axis labelling
Newsgroups: gmane.comp.graphics.qwt.general
Date: 2008-05-12 18:24:47 GMT
On Mon, May 12, 2008 at 07:59:49PM +0200, Uwe Rathmann wrote: > On Monday 12 May 2008 17:49, Albert Kottke wrote: > > > I have tried my program in both linux and windows environments, and it > > appears to only happen on windows (qt-4.4.0 with mingw). > > Which Qwt version ? 5.1 from the subversion repository > > Since Qwt 5.1 QwtScaleEngine uses DBL_EPSILON ( cfloat ) for its calculations. > If you are using 5.1 please check, what happens when you replace DBL_EPSILON > by 1.0e-6 in qwt_scale_engine.cpp. This fixes the issue. The DBL_EPSILON value is reported to be 2.22045e-16. > > > Let me know if you need me to supply the code. > > Please debug QwtLinearScaleEngine::divideScale instead and check what is going > wrong with the 0.0 value. What are the parameter values, when it is called ? x1: -0.2 x2: 0.2 maxMajSteps: 8 maxMinSteps: 5 stepSize: 0.05 > > Uwe > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > qwt-interest mailing list > qwt-interest <at> lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/qwt-interest ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
RSS Feed