Opened 10 years ago
Closed 10 years ago
#2279 closed enhancement (done)
Improve HistogramControl
Reported by: | ascheibe | Owned by: | ascheibe |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.11 |
Component: | Visualization.ChartControlsExtensions | Version: | 3.3.10 |
Keywords: | Cc: |
Description
The HistogramControl should be able to display multiple data rows as well as normal distributions (more or less a primitive kernel density estimation).
Change History (8)
comment:1 Changed 10 years ago by ascheibe
- Status changed from new to accepted
comment:2 Changed 10 years ago by ascheibe
comment:3 Changed 10 years ago by ascheibe
- moved HistogramControl from ChartControlExtensions project to Analysis.Views. This is needed because we need StandardDeviation for drawing Density plots and I don't want to add a reference to Common
- added calculation of density for normal distribution
comment:4 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from accepted to reviewing
comment:5 Changed 10 years ago by ascheibe
- Owner changed from abeham to ascheibe
- Status changed from reviewing to assigned
Try to add a second y-axis for the density curve.
comment:6 Changed 10 years ago by ascheibe
- Owner changed from ascheibe to abeham
- Status changed from assigned to reviewing
comment:7 Changed 10 years ago by abeham
- Owner changed from abeham to ascheibe
- Status changed from reviewing to readytorelease
The overlays are nice. Looks good.
comment:8 Changed 10 years ago by ascheibe
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r11608 added support for multiple data rows in histogram control