Age | Commit message (Collapse) | Author |
|
|
|
In addition, rewinding is now done with Ctrl+RMB.
|
|
* ColorScale: now a pointer whenever needed. main() takes care of
updating extents
* New class DivergentColorScale: works specifically for divergent
scales, always has 3 colors as input: negative values, 0, positive
values
* ManipulationHandler: ProjectionHistory no longer needed
|
|
|
|
* Both components now support brushing (support in Scatterplot for
activating a brush is still incomplete, though it can be brushed
on by other components)
* Added a handler for linking the brushing between components
* Added crosshair geometry handler to geometry lib
* Fixed issue #15
|
|
|
|
|
|
|
|
* BarChart: additionally, removed hover event handler and added a
movement event handler
* Scatterplot: changed selected/unselected outline colors;
unselected is now black, selected is a really bright blue
|
|
* Modified main() function to connect signals/slots to display
calculated values
* Color scales are no longer shared; they are also normalized to
each component's own data
* Stub mouse handling in BarChart (changes cursor shape)
|
|
|
|
* Color scale's extents are not changed: the values are supposed to
match the values used in the other plots
* Temporarily removed the bar outlines in order to properly display
colors when the number of bars is equal to or greater than the
number of available pixels to draw
|
|
|
|
|
|
|
|
|
|
* HistoryGraph replaced by BarChart
* HistoryGraph not removed from code, might be useful in the future
|