implot-rs/implot-examples/implot-wgpu-demo
4bb4 06cc3061c1 Added support for linked axes. See comments.
This commit adds support for linked axes between plots. One can specify
such linked limits using the new `linked_x_axis()` function (and the
variants for the Y axes) by specifying an `Rc<RefCell<ImPlotRange>>`
value, and passing clones of the same `Rc` to other plots.

The values within those `Rc` need to be kept persistent between frames,
hence the way to use this functionality is to keep a clone of the `Rc`
outside the frame-drawing function as part of the application state.

The regular limit setting API is unaffected.
2021-05-30 11:56:14 +02:00
..
src Added support for linked axes. See comments. 2021-05-30 11:56:14 +02:00
Cargo.lock Automated the work from #16 2021-03-17 19:17:14 +01:00
Cargo.toml Locked imgui versions down more. See comments. 2021-02-06 10:02:58 +01:00