heal-research / HeuristicLab

HeuristicLab - An environment for heuristic and evolutionary optimization
https://dev.heuristiclab.com
GNU General Public License v3.0
39 stars 16 forks source link

Improve HistogramControl #2279

Closed HeuristicLab-Trac-Bot closed 9 years ago

HeuristicLab-Trac-Bot commented 9 years ago

Issue migrated from trac ticket # 2279

milestone: HeuristicLab 3.3.11 | component: Visualization.ChartControlsExtensions | priority: medium | resolution: done

2014-12-01 15:40:38: @Shabbafru created the issue


The HistogramControl should be able to display multiple data rows as well as normal distributions (more or less a primitive kernel density estimation).

HeuristicLab-Trac-Bot commented 9 years ago

2014-12-01 15:40:44: @Shabbafru changed status from new to accepted

HeuristicLab-Trac-Bot commented 9 years ago

2014-12-01 16:16:43: @Shabbafru commented


r11608 added support for multiple data rows in histogram control

HeuristicLab-Trac-Bot commented 9 years ago

2014-12-01 22:01:49: @Shabbafru commented


r11610

  • 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
HeuristicLab-Trac-Bot commented 9 years ago

2014-12-01 22:07:39: @Shabbafru changed status from accepted to reviewing

HeuristicLab-Trac-Bot commented 9 years ago

2014-12-01 22:07:39: @Shabbafru changed owner from @Shabbafru to @abeham

HeuristicLab-Trac-Bot commented 9 years ago

2014-12-16 11:13:19: @Shabbafru changed status from reviewing to assigned

HeuristicLab-Trac-Bot commented 9 years ago

2014-12-16 11:13:19: @Shabbafru changed owner from @abeham to @Shabbafru

HeuristicLab-Trac-Bot commented 9 years ago

2014-12-16 11:13:19: @Shabbafru commented


Try to add a second y-axis for the density curve.

HeuristicLab-Trac-Bot commented 9 years ago

2015-01-13 13:25:36: @Shabbafru changed status from assigned to reviewing

HeuristicLab-Trac-Bot commented 9 years ago

2015-01-13 13:25:36: @Shabbafru changed owner from @Shabbafru to @abeham

HeuristicLab-Trac-Bot commented 9 years ago

2015-02-02 14:55:36: @abeham changed status from reviewing to readytorelease

HeuristicLab-Trac-Bot commented 9 years ago

2015-02-02 14:55:36: @abeham changed owner from @abeham to @Shabbafru

HeuristicLab-Trac-Bot commented 9 years ago

2015-02-02 14:55:36: @abeham commented


The overlays are nice. Looks good.

HeuristicLab-Trac-Bot commented 9 years ago

2015-02-02 15:08:59: @Shabbafru changed status from readytorelease to closed

HeuristicLab-Trac-Bot commented 9 years ago

2015-02-02 15:08:59: @Shabbafru removed resolution

HeuristicLab-Trac-Bot commented 9 years ago

2015-02-02 15:08:59: @Shabbafru commented


r11859: merged r11608 and r11610 into stable branch