Adding wplot library as a dependency
Run this command in a terminal, in your project's directory:
cargo add wplot
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
wplot = "0.1.7"
The wplot library will be automatically available globally.
Read the wplot library documentation.