aboutsummaryrefslogtreecommitdiff
path: root/scatterplot.h
AgeCommit message (Expand)Author
2016-03-02Improvements related to ColorScale and screenshots.Samuel Fadel
2016-02-12Code cleanup: enums & properties renamed/added.Samuel Fadel
2016-02-11Scatterplot: glyph size is now a Q_PROPERTY.Samuel Fadel
2016-02-10Updated signal/slot connections to function pointers.Samuel Fadel
2016-02-09Scatterplot: improved interaction state changing code.Samuel Fadel
2016-02-08User can now select RPs & CPs, using the R & C keys.Samuel Fadel
2016-02-03Scatterplot: renamed internal variable & related enum.Samuel Fadel
2016-01-27Scatterplot & BarChart brushing functional.Samuel Fadel
2016-01-26Scatterplot & BarChart: initial brushing mechanism.Samuel Fadel
2016-01-21Added selection linking. Needs more tests.Samuel Fadel
2016-01-18Scatterplot: added more padding so that no parts of the plot are cropped out ...Samuel Fadel
2016-01-18Added observer to update values displayed based on some metric.Samuel Fadel
2016-01-17Added a options panel.Samuel Fadel
2016-01-16Changed color scale internal point to const.Samuel Fadel
2016-01-16Added the Colormap component.Samuel Fadel
2016-01-15VoronoiSplat & Scatterplot: splatting is now a separate component.Samuel Fadel
2016-01-14Scatterplot: changed internal handling of update()s.Samuel Fadel
2016-01-13Scatterplot: individual glyph opacity methods & signals.Samuel Fadel
2016-01-12Scatterplot: autoscaling & signals.Samuel Fadel
2016-01-12Scatterplot: removed animation.Samuel Fadel
2016-01-11Scatterplot: new methods for setting visual attrs without issuing update()s.Samuel Fadel
2016-01-11Scatterplot: control whether splat is displayed.Samuel Fadel
2016-01-07Scatterplot: simplified drawing code.Samuel Fadel
2015-12-19Experimenting using VoronoiSplat as a texture.Samuel Fadel
2015-12-16Scale & LinearScale are now template classes.Samuel Fadel
2015-10-05Animation easing in Scatterplot.Samuel Fadel
2015-10-05Initial (rudimentary) animation implementation.Samuel Fadel
2015-09-29HistoryGraph now notifies when the active item changes. Scatterplot now diffe...Samuel Fadel
2015-09-29Inital history graph implementation and using linear scales where applicable.Samuel Fadel
2015-09-24Updated selection handling code; implemented option to save subsample plot.Samuel Fadel
2015-09-23Reverted back to individual geometries when drawing glyphs.Samuel Fadel
2015-09-17Additional interactive functionalities.Samuel Fadel
2015-09-03Updated Scatteplot's drawing code.Samuel Fadel
2015-09-01Improvements related to visual representation of distortions.Samuel Fadel
2015-08-27Renamed member m_currentState and reordered to match declaration and initiali...Samuel Fadel
2015-07-24Color mapping in Scatterplot and initial measures.Samuel Fadel
2015-05-22Improvements to UI and performance.Samuel Fadel
2015-05-21Added more state variables in Scatterplot to reduce computation time.Samuel Fadel
2015-05-21Nearly complete implementation of interaction.Samuel Fadel
2015-05-21Initial selection implementation.Samuel Fadel
2015-05-21Updated UI.Samuel Fadel
2015-05-15Initial commit. ForceScheme seems bugged.Samuel Fadel