Full refactor of Scatter plot with new Frame plot as parent class. New Scatter plot must: - [x] Draw points with mouse interactions - [x] Cluster points along zoom box (optional) - [x] Draw selection window in place of rubberbands - [x] Custom rubberbands on axis so that they look nice - [x] Interact with other Frames nicely in multiplot: - [x] selection window - [x] mouse over / click styles - [x] Interact with old PlotData objects in multiplot - [x] Allow to use functions as it was possible with former scatter plot - [x] Allow to do this in debug mode (draw buttons) - [x] Work nicely with frontend applications - [x] Handle points sets and former family points - [x] Draw points tooltip - [x] Get a well designed behavior for tooltips - [x] Implement Graph2D
Full refactor of Scatter plot with new Frame plot as parent class.
New Scatter plot must:
- [x] selection window
- [x] mouse over / click styles