Usage from Rust
Install the pluot Rust crate from crates.io.
cargo add pluotExamples
Section titled “Examples”In the examples directory of the repository, you will find:
- a CLI that renders plots to SVG or PNG files, given a JSON file with plotting parameters
- an HTTP server that responds with an SVG string or PNG bytes, given a POST request with plotting parameters
- a GUI built with the Egui framework
- a GUI built with the Slint framework