Opened 8 years ago
Closed 8 years ago
#2620 closed enhancement (done)
RegressionSolution Scatterplots should use semi-transparent data points
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | medium | Milestone: | HeuristicLab 3.3.14 |
Component: | Problems.DataAnalysis.Views | Version: | 3.3.13 |
Keywords: | Cc: |
Description
When working with larger datasets (> 10k rows) the scatter plot is not as useful as it could be if some kind of density information would be available.
Change History (7)
comment:1 Changed 8 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 8 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 8 years ago by gkronber
- Owner changed from gkronber to mkommend
- Status changed from reviewing to readytorelease
Looks nice, thanks.
comment:4 follow-up: ↓ 5 Changed 8 years ago by gkronber
A minor remark: if there are only a few points then it is hard to see the markers because of transparency. Maybe we should use the transparency only for more than 500 points?
comment:5 in reply to: ↑ 4 Changed 8 years ago by mkommend
Replying to gkronber:
A minor remark: if there are only a few points then it is hard to see the markers because of transparency. Maybe we should use the transparency only for more than 500 points?
Tested with the default regression problem data (12 training points) and IMHO it looks fine.
comment:6 Changed 8 years ago by mkommend
comment:7 Changed 8 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
r13958: Made data points in the regression solution scatter plot semi-transparent per default.