From: SourceForge.net <no...@so...> - 2007-11-08 15:43:21
|
Bugs item #1828254, was opened at 2007-11-08 07:45 Message generated for change (Comment added) made by jamcquay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1828254&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: Duplicate Priority: 5 Private: No Submitted By: Oleg Lukyanenko (olexsf) Assigned to: Jamie McQuay (jamcquay) Summary: PlotSurface2D.UpdateAxes doesn't work properly Initial Comment: PlotSurface2D.UpdateAxes method sets world extent from one IPlot only. I think, the problem is in PlotSurface2D.cs file: lines 600-601 should be IPlot p = (IPlot)drawables_[i]; XAxisPosition xap = (XAxisPosition)xAxisPositions_[i]; YAxisPosition yap = (YAxisPosition)yAxisPositions_[i]; (using `i` index instead `position`) ---------------------------------------------------------------------- >Comment By: Jamie McQuay (jamcquay) Date: 2007-11-08 10:43 Message: Logged In: YES user_id=613279 Originator: NO Thank you for your bug report. This bud has already been reported and it is fixed in the trunk version of NPlot. This duplicates Bug#1671259. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1828254&group_id=161868 |