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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user