From: SourceForge.net <no...@so...> - 2007-01-24 23:02:48
|
Patches item #1639722, was opened at 2007-01-19 12:32 Message generated for change (Settings changed) made by jamcquay You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=1639722&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: None Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Ryan Shyffer (rshyffer) Assigned to: Jamie McQuay (jamcquay) Summary: Fix For HistogramPlot Issue Initial Comment: I ran into a problem displaying a HistogramPlot when the displayed plot width is smaller than the length of the DataSource array. I made a fix to get around this problem instead of rebinning the data. I changed the brushes to take in RectangleF's in addition to Rectangles. In addition I removed the casts to int in HistogramPlot.Draw(), line 177. The changed files are attached. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=821570&aid=1639722&group_id=161868 |