nova_plot
Run this command in a terminal, in your project's directory:
cargo add nova-plot
To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:
Cargo.toml
[dependencies]
nova-plot = "0.1.0"
The nova_plot library will be automatically available globally. Read the nova_plot library documentation.
Back to the crate overview.