aboutsummaryrefslogtreecommitdiff
path: root/projectionobserver.cpp
AgeCommit message (Collapse)Author
2016-01-25Scatterplots & splat now share the same scaling.Samuel Fadel
2016-01-21Added selection linking. Needs more tests.Samuel Fadel
2016-01-20ProjectionObserver: fixed the diff to prev values.Samuel Fadel
2016-01-20Added color scale selection and aggregate error.Samuel Fadel
* Projection metrics can be shown as current, diff to previous and diff to original (original seems bugged, beware)
2016-01-18ProjectionObserver & dist(): using more cores in computations.Samuel Fadel
2016-01-18Added observer to update values displayed based on some metric.Samuel Fadel
* Modified main() function to connect signals/slots to display calculated values * Color scales are no longer shared; they are also normalized to each component's own data * Stub mouse handling in BarChart (changes cursor shape)