Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Tools for Java
 QCChart2D for Java
 Zooming Log Axes

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
KnightHawk Posted - 16 Aug 2007 : 16:16:35
I have a quick question about zooming log plots. When I implement ChartZoom on a graph containing a log axis it will throw an exception if I have zoomObj.setZoomStackEnable(true);.

The exception thrown is:
java.lang.StackOverflowError at com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73)com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73)com.quinncurtis.chart2djava.LogScale.copy(LogScale.java:73)
.
.
.

Is there a work around so I can have a zoom stack with log graphs?

Some variables I am setting are:

zoomObj.setZoomYEnable(true);
zoomObj.setZoomXEnable(true);
zoomObj.setZoomXRoundMode(ChartConstants.AUTOAXES_FAR);
zoomObj.setZoomYRoundMode(ChartConstants.AUTOAXES_FAR);
zoomObj.setZoomRangeLimitsRatio(new ChartDimension(0.01, 0.01));

2   L A T E S T    R E P L I E S    (Newest First)
quinncurtis Posted - 24 Aug 2007 : 12:01:54
The libraries were updated on Aug. 24, 2007 to reflect the fix to this zooming log axis bug.
quinncurtis Posted - 16 Aug 2007 : 18:17:01
What you describe is a bug. We have identified the source of the error and will post a new version of the software to our web site by the end of next week. Thanks for reporting it.

Quinn-Curtis Forums © 2000-2018 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07