From: SourceForge.net <no...@so...> - 2007-07-17 01:23:55
|
Bugs item #1744823, was opened at 2007-06-28 23:49 Message generated for change (Comment added) made by crwludcke 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: Open 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: Warren (crwludcke) Date: 2007-07-17 11: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 |