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