kivy-garden / graph

Displays plots on a graph.
MIT License
50 stars 18 forks source link

Scatter plot #18

Closed davidkleiven closed 5 years ago

davidkleiven commented 5 years ago

This PR implements a separate ScatterPlot class. The class draws using the standard Point function. The main difference between the ScatterPlot class and the MeshLinePlot class with mode='points' is that the point size can easily be tuned by passing it when initialising the ScatterPlot

davidkleiven commented 5 years ago

@matham Thanks for your comments. All of them are now addressed.