aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-21Updated visual display.Samuel Fadel
Points now have 0.5 opacity by default, while selected ones will have 1.0.
2015-05-21Added more state variables in Scatterplot to reduce computation time.Samuel Fadel
2015-05-21Correct interaction handling.Samuel Fadel
2015-05-21Nearly complete implementation of interaction.Samuel Fadel
Interaction still does not work due to signals not being correctly emitted.
2015-05-21Initial selection implementation.Samuel Fadel
2015-05-21Updated UI.Samuel Fadel
- Removed unnecessary UI elements from QML file; - Added the ColorScale class and implemented glyph color mapping from class labels; - Mark geometry nodes of individual glyphs as dirty when updating the scene graph.
2015-05-18Removed lingering include of glyph.hSamuel Fadel
2015-05-18ForceScheme now (hopefully) does not produce NaNs. Removed the Glyph class ↵Samuel Fadel
and placed all scatterplot drawing code inside the Scatterplot class.
2015-05-15Initial commit. ForceScheme seems bugged.Samuel Fadel