aboutsummaryrefslogtreecommitdiff
path: root/lineplot.cpp
AgeCommit message (Collapse)Author
2016-04-13Bundling now supports selection.Samuel Fadel
Selection is implemented via main() updating the line plot using the current active selection. Beware of bug (issue #23). Also adds support for setting the line width, while changing the default line width to 2 pixels wide. ProjectionHistory: now reports changes to selections relative to the whole dataset, not only CPs/RPs.
2016-04-07LinePlot: less pointers to GDrawings.Samuel Fadel
2016-04-07LinePlot: working relaxation.Samuel Fadel
2016-04-04LinePlot: working properly (and updates settings).Samuel Fadel
Added the several options to the bundling (from CUBu) as properties of the LinePlot component, which are set from the options UI. In addition, many changes to the UI regarding those options. Added a new shortcut to hide options (for cleaner demos).
2016-03-22VoronoiSplat & LinePlot: fixed silly logic error.Samuel Fadel
2016-03-15Initial CUBu support & LinePlot (with bundling) component.Samuel Fadel