1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -04:00

Smooth fading of plot grid and tick labels

This commit is contained in:
Emil Ernerfeldt
2021-05-10 17:06:50 +02:00
parent cf3d12669c
commit 1423bac3aa
2 changed files with 59 additions and 69 deletions

View File

@@ -121,7 +121,7 @@ impl PlotDemo {
512,
)
.color(Color32::from_rgb(200, 100, 100))
.name("0.5 * sin(2x) * sin(t)")
.name("wave")
}
fn thingy(&self) -> Curve {