emilk / egui_plot

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

Stackplots #1

Open optozorax opened 3 years ago

optozorax commented 3 years ago

I want to draw a stackplot in Plot widget, which may look like this:

But for filling there is only options to fill for convex polygon or under graph with fixed offset.

I think, to make this, there should be something like Line::fill_between(graph_under).