<!-- {{# generate.module_header{} #}} -->
# Module :: plot_interface
[](https://github.com/emersion/stability-badges#experimental) [](https://github.com/Wandalen/wTools/actions/workflows/ModulePlotInterfacePush.yml) [](https://docs.rs/plot_interface) [](https://gitpod.io/#RUN_PATH=.,SAMPLE_FILE=sample%2Frust%2Fplot_interface_trivial_sample%2Fsrc%2Fmain.rs,RUN_POSTFIX=--example%20plot_interface_trivial_sample/https://github.com/Wandalen/wTools) [](https://discord.gg/m3YfbXpUUY)
Plot interface.
## Sample :: trivial
<!-- {{# generate.module_sample{} #}} -->
```rust
```
### To add to your project
```bash
cargo add plot_interface
```
### Try out from the repository
``` shell test
git clone https://github.com/Wandalen/wTools
cd wTools
cd sample/rust/plot_interface_trivial_sample
cargo run
```