aboutsummaryrefslogtreecommitdiff
path: root/pm.pro
AgeCommit message (Collapse)Author
2015-07-24Color mapping in Scatterplot and initial measures.Samuel Fadel
- Scatterplot: can now map any floating point data to colors; - Scatterplot: somewhat optimized geometry/material updates; - Removed anything related to labels where it was not necessary; - Added observers to implement distortion (via measures) visualization; - Added skeleton implementations of NP and silhouette.
2015-05-30Added tSNE. Code improvements.Samuel Fadel
2015-05-22Improvements to UI and performance.Samuel Fadel
2015-05-21Added (non-functional) file dialog for opening files.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-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-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