emilk / egui_plot

2D plotting library in Rust for egui
Apache License 2.0
65 stars 23 forks source link

Support for axis ticks inside plotting area #37

Open Zoxc opened 1 month ago

Zoxc commented 1 month ago

After https://github.com/emilk/egui/pull/2284, the axis ticks are rendered outside. This leads to a misalignment of linked plots. The extra space taken can be ugly and it's awkward that the plot area resizes when moving. It's harder to see the 0 line when moving around too. I'd like to have the option to use the old behavior.