From: SourceForge.net <no...@so...> - 2007-10-03 10:30:41
|
Patches item #1806859, was opened at 2007-10-03 12:30 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=1806859&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: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Eyal (eyal0) Assigned to: Nobody/Anonymous (nobody) Summary: CandlePlot should use ILists, not Arrays Initial Comment: The IList is a parent class of the Array. LinePlot expects input data to be IList, but CandlePlot uses Array. I fixed this in the patch below. Also edited the text of some exceptions to be more accurate. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=1806859&group_id=161868 |