Adding nova_plot library as a dependency

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:

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.