Skip to content

Usage from Rust

Install the pluot Rust crate from crates.io.

cargo add pluot
View on docs.rs

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
View examples