kivy-garden / graph

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

Ability to affect the line mode for plots #1

Open sirpercival opened 10 years ago

sirpercival commented 10 years ago

Would it be possible to, for example, plot with dashed lines using the Line dash_length and dash_offset attributes?

matham commented 10 years ago

Upon closer look, the SmoothLinePlot uses Line, but the width is 2 so dash_length and dash_offset are disabled. MeshLinePlot, on the other hand uses a Mesh, so these line options are not available. Maybe in the future there will be a simple Line plot.