Contour-able
Contour-able is a Rust library for creating and manipulating contour plots. It provides a simple and efficient way to generate contour lines from a set of data points.
Features
- Generate contour lines from
2Ddata points - Customize contour levels and colors
- Efficient and easy to use
Installation
Add this to your Cargo.toml:
[]
= "0.1.0"
Usage
Here is a simple example of how to use Contourable:
extern crate contourable;
use Contour;
License
This project is licensed under the MIT License. See the LICENSE file for details.
Contribution
Contributions are welcome! Please open an issue or submit a pull request on GitHub.