From: SourceForge.net <no...@so...> - 2007-11-08 12:45:54
|
Bugs item #1828254, was opened at 2007-11-08 14:45 Message generated for change (Tracker Item Submitted) made by Item Submitter 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: Open Resolution: None Priority: 5 Private: No Submitted By: Oleg Lukyanenko (olexsf) Assigned to: Nobody/Anonymous (nobody) 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`) ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821568&aid=1828254&group_id=161868 |