Ticket #2429 (closed: wontfix)
Color Fill Plot: Smarter scaling of color scale
Reported by: | Janik Zikovsky | Owned by: | Janik Zikovsky |
---|---|---|---|
Priority: | minor | Milestone: | Iteration 28 |
Component: | MantidPlot | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Stuart Campbell |
Description
... come up with a smart way to find the min/max...
Change History
Note: See
TracTickets for help on using
tickets.
The only way I can think of to do smarter scaling would be to calculate a 5%/95% median using all the values; there are some algorithms to do this without requiring a sort of all points (which would be slow) but they are fairly involved and not worth the trouble.
I think a simple min/max will do fine.