Opened 12 years ago
Closed 12 years ago
#1892 closed enhancement (done)
Enhance scatter plot
Reported by: | swagner | Owned by: | swagner |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.8 |
Component: | Analysis | Version: | 3.3.8 |
Keywords: | Cc: |
Description
The visual properties of ScatterPlot should be configurable (cf. DataTable) and ScatterPlot itself should support multiple data rows.
Change History (11)
comment:1 Changed 12 years ago by swagner
- Status changed from new to accepted
comment:2 Changed 12 years ago by swagner
comment:3 Changed 12 years ago by swagner
Worked on enhanced version of ScatterPlot in r8282.
comment:4 Changed 12 years ago by abeham
r8433: Removed IConfigurableView from ScatterPlotView to avoid display of configure button
comment:5 Changed 12 years ago by swagner
- Owner changed from swagner to ascheibe
- Status changed from accepted to assigned
comment:6 Changed 12 years ago by ascheibe
r8907 added configuration dialog for the scatter plot
comment:7 Changed 12 years ago by ascheibe
- Owner changed from ascheibe to swagner
- Status changed from assigned to reviewing
comment:8 Changed 12 years ago by mkommend
- Owner changed from swagner to mkommend
comment:9 Changed 12 years ago by mkommend
r9450: Removed unused helper methods in ScatterPlotView.
comment:10 Changed 12 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from reviewing to readytorelease
Reviewed all changesets in this ticket. I am not quite convinced of the necessity of Point2D<> in HL.Common as it does not provide any advantage compared to System.Drawing.Point or PointF.
comment:11 Changed 12 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.7 to 3.3.8
Note: See
TracTickets for help on using
tickets.
Added enhanced version of ScatterPlot in r8280.