Ticket #7728 (closed: fixed)
Sort boxes once in vtkSplatterPlotFactory
Reported by: | Michael Reuter | Owned by: | Michael Reuter |
---|---|---|---|
Priority: | major | Milestone: | Release 3.0 |
Component: | GUI | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Peter Peterson |
Description
Using the ideas captured in the code of #7213, we aim to only sort the boxes for the workspace on creation of the factory or change of workspace. The old ticket will not be continued due to the extensive changes done to the code up to now.
Change History
comment:2 Changed 7 years ago by Michael Reuter
Refs #7728. Adding logic to sort boxes once.
Changeset: 89af6009acd5d64b1ee2cc8835b5cb05372a61a1
comment:3 Changed 7 years ago by Michael Reuter
- Status changed from inprogress to verify
- Resolution set to fixed
The branch is here.
To test:
- Load a very large (>2.5 GB) SCD MDEventWorkspace file into Mantid. The MANDI 306 run is a good one.
- Open the workspace in the VSI and switch to the SplatterPlot view.
- Adjust the Top Percentile value (click Apply each time).
The following
START SORTING DONE SORTING
should only appear on the switch into the SplatterPlot view. The adjustments to the Top Percentile value should not trigger this code again.
Note: See
TracTickets for help on using
tickets.