aboutsummaryrefslogtreecommitdiff
path: root/scale.h
AgeCommit message (Expand)Author
2023-06-04Further advances in nuklear port....Rendering now looks similar to Qt version, needs a few tweaks: * Proper multisampling * Background Missing features: * Barcharts * Interactivity (e.g. brushing/linking in all objects) * History view of interactions Samuel Fadel
2016-01-25LinearScale: additional helper methods.Samuel Fadel
2015-12-16Scale & LinearScale are now template classes.Samuel Fadel
2015-11-09Scale::reverse() renamed to Scale::inverse().Samuel Fadel
2015-09-29Inital history graph implementation and using linear scales where applicable....- geometry.h for geometry calculation functions - scale.h for implementations of scales (currently only the linear scale) - updated main_view.qml for the new HistoryGraph component - HistoryGraph displays each subsample used as a mini scatterplot (no colors currently) - Scatterplot now uses scale.h for transformations - Code cleanup and some bug fixes Samuel Fadel