Bugs item #1744823, was opened at 2007-06-28 09:49
Message generated for change (Comment added) made by jamcquay
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1744823&group_id=161868
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: General
Group: 0.9.10.0
>Status: Closed
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Zoom causes line disappears
Initial Comment:
If zoomed and no points in the chart area the line plot is disappeared.
----------------------------------------------------------------------
>Comment By: Jamie McQuay (jamcquay)
Date: 2007-08-13 16:28
Message:
Logged In: YES
user_id=613279
Originator: NO
This is already fixed in version 0.9.10.1
Thanks for your report.
----------------------------------------------------------------------
Comment By: Warren (crwludcke)
Date: 2007-07-16 21:23
Message:
Logged In: YES
user_id=1602940
Originator: NO
Quick fix for the LinePlot (based on version 0.9.10.0):
LinePlot.cs, line 155:
if ((dx1 < leftCutoff && dx2 < leftCutoff) ||
(rightCutoff < dx1 && rightCutoff < dx2))
This changes the clipping condition from being both end points on either
side of the visible region to both end points being on one side or the
other of the visible region.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1744823&group_id=161868
|