Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
It seems that Windows does not support the currently set version
while not setting a version works.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Scatterplot: small fix to selection updates
* ProjectionObserver: whenever CP selection changes, compute
influence of CPs over all RPs. Whenever RP selection changes,
compute influence of RPs by all CPs.
* ProjectionObserver: with empty selections, go back to normal mode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Brushing now finds the nearest point within a tolerance radius
|
|
|
|
Scatterplot brushing needs some improvement, feels clumsy.
|
|
* Both components now support brushing (support in Scatterplot for
activating a brush is still incomplete, though it can be brushed
on by other components)
* Added a handler for linking the brushing between components
* Added crosshair geometry handler to geometry lib
* Fixed issue #15
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bar charts are now exclusive to the type of points they are assigned
to (either CPs or RPs).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Projection metrics can be shown as current, diff to previous and
diff to original (original seems bugged, beware)
|
|
|
|
|
|
|
|
|
|
|
|
|