Free cookie consent management tool by TermsFeed Policy Generator

Opened 14 years ago

Closed 13 years ago

#1135 closed enhancement (done)

Improve BubbleChartView and BoxplotView

Reported by: mkommend Owned by: mkommend
Priority: medium Milestone: HeuristicLab 3.3.2
Component: Optimization.Views Version: 3.3.2
Keywords: Cc:

Description

  • The axis labels should have a tooltip to show the full text of truncated labels.
  • The axis view must be adapted if the rows are filtered.
  • The labeling of the x-axis in the boxplot view must also be customized for numerical values.

Change History (22)

comment:1 Changed 14 years ago by mkommend

  • Status changed from new to assigned

comment:2 Changed 14 years ago by mkommend

Customized x-axis labels in BoxPlotView in r4211.

comment:3 Changed 14 years ago by mkommend

Added tooltips for customized axis labels in BubbleChartView with r4212.

comment:4 Changed 13 years ago by mkommend

  • Status changed from assigned to accepted

comment:5 Changed 13 years ago by mkommend

  • Owner changed from mkommend to abeham
  • Status changed from accepted to reviewing

Added statistical information to the RunCollectionBoxPlotView and corrected minor bugs in the RunCollectionBubbleChartView and the RunCollectionBoxPlotView with r4652.

comment:6 Changed 13 years ago by mkommend

  • Owner changed from abeham to mkommend
  • Status changed from reviewing to assigned

A possibility to open the RunCollectionBoxPlotView from the RunCollectionBubbleChartView must be added.

comment:7 Changed 13 years ago by mkommend

  • Status changed from assigned to accepted
  • Version changed from 3.3.0 to 3.3.1

comment:8 Changed 13 years ago by mkommend

  • Owner changed from mkommend to abeham
  • Status changed from accepted to reviewing
  • Type changed from defect to enhancement

Added possibility to open a RunCollectionBoxPlotView from the RunCollectionBubbleChartView context menu with r4653.

comment:9 follow-ups: Changed 13 years ago by abeham

  • Owner changed from abeham to mkommend
  • Status changed from reviewing to assigned

I would suggest the following changes

  • Put the chart and statistics group box in a SplitContainer so that you can hide the statistics if you're only interested in the picture
  • The number of categories on the x-axis (vertical lines) is not optimal in the case of the bubble chart. It should be number of categories to display + 1 so that each line except the y-axis and the outermost category contains points. In the box plot it is different and looks better.

comment:10 in reply to: ↑ 9 Changed 13 years ago by mkommend

  • Status changed from assigned to accepted
  • The number of categories on the x-axis (vertical lines) is not optimal in the case of the bubble chart. It should be number of categories to display + 1 so that each line except the y-axis and the outermost category contains points. In the box plot it is different and looks better.

The x-values for categories is already implemented in the same manner in the boxplot and the bubble chart. The difference in the visual appearence results from the scaling of the chart control.

comment:11 Changed 13 years ago by mkommend

Corrected bug in StringConvertibleMatrixView to display all columns if the content is changed with r4717.

comment:12 in reply to: ↑ 9 Changed 13 years ago by mkommend

  • Owner changed from mkommend to abeham
  • Status changed from accepted to reviewing

Replying to abeham:

  • Put the chart and statistics group box in a SplitContainer so that you can hide the statistics if you're only interested in the picture.

The chart and the statistics group box are already in a SplitContainer.

comment:13 Changed 13 years ago by abeham

  • Owner changed from abeham to mkommend
  • Status changed from reviewing to readytorelease

Okay. This was an oversight, I moved the mouse around a little, didn't get the cursor and thought there was no split container.

comment:14 Changed 13 years ago by mkommend

Added possiblity to hide statistics of RunCollectionBoxPlotView with r4721.

comment:15 Changed 13 years ago by mkommend

  • Owner changed from mkommend to swagner
  • Status changed from readytorelease to reviewing

comment:16 Changed 13 years ago by swagner

  • Owner changed from swagner to mkommend
  • Status changed from reviewing to assigned

There seems to be something wrong with the RunCollection BoxPlots view. When I try to open the box plots, an unhandled exception is thrown.

comment:17 Changed 13 years ago by swagner

  • Owner changed from mkommend to swagner
  • Status changed from assigned to accepted

comment:18 Changed 13 years ago by swagner

Fixed exception in RunCollection BoxPlots view in r4724.

comment:19 Changed 13 years ago by swagner

  • Status changed from accepted to reviewing

comment:20 Changed 13 years ago by swagner

  • Milestone changed from HeuristicLab x.x.x to HeuristicLab 3.3.2

comment:21 Changed 13 years ago by swagner

  • Owner changed from swagner to mkommend
  • Status changed from reviewing to readytorelease

comment:22 Changed 13 years ago by swagner

  • Resolution set to done
  • Status changed from readytorelease to closed
  • Version changed from 3.3.1 to 3.3.2
Note: See TracTickets for help on using tickets.