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