rerun icon indicating copy to clipboard operation
rerun copied to clipboard

Support dashed lines in plots

Open jleibs opened this issue 1 year ago • 1 comments

Would be nice to support dashed lines in plots.

One aspect that comes up when discussing dashed (and possibly dotted) lines is how to parameterize the dash and/or dot spacing.

The SVG approach to this seems nicely general, but will require some additional work on egui_plots.

  • https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/stroke-dasharray

jleibs avatar Feb 02 '24 15:02 jleibs

This is the current level of support in egui_plot:

https://docs.rs/egui_plot/latest/egui_plot/enum.LineStyle.html

emilk avatar Mar 26 '24 10:03 emilk