Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mthh/plotting-contours
Example code for computing and plotting contours from scattered points
https://github.com/mthh/plotting-contours
Last synced: 22 days ago
JSON representation
Example code for computing and plotting contours from scattered points
- Host: GitHub
- URL: https://github.com/mthh/plotting-contours
- Owner: mthh
- License: mit
- Created: 2024-03-27T17:45:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-03-27T22:50:44.000Z (7 months ago)
- Last Synced: 2024-03-27T23:22:32.599Z (7 months ago)
- Language: Rust
- Homepage:
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Plotting-contours
Just some demo code to use [contour](https://crates.io/crates/contour) / [contour-isobands](https://crates.io/crates/contour-isobands) to generate contours from scattered points
and plot the result using [plotters](https://crates.io/crates/plotters) (following a request made on https://github.com/mthh/contour-isobands-rs/issues/1).## Usage
```bash
cargo run --release
```## Output
![plot](plot.png)