Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)