Merge pull request #1324 from DJDuque/patch-1

Add PGFPlots crate
This commit is contained in:
Tom Parker-Shemilt 2022-07-31 20:03:47 +01:00 committed by GitHub
commit 5d676415e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1021,6 +1021,7 @@ See also [About Rusts Machine Learning Community](https://medium.com/@autumn_
### Data visualization
* [djduque/pgfplots](https://github.com/djduque/pgfplots) [[pgfplots](https://crates.io/crates/pgfplots)] — A Rust library to generate publication-quality figures. [![build](https://github.com/DJDuque/pgfplots/actions/workflows/rust.yml/badge.svg)](https://github.com/DJDuque/pgfplots/actions/workflows/rust.yml)
* [igiagkiozis/plotly](https://github.com/igiagkiozis/plotly) — Plotly for Rust.
* [milliams/plotlib](https://github.com/milliams/plotlib) — [![build badge](https://api.travis-ci.org/milliams/plotlib.svg?branch=master)](https://travis-ci.org/milliams/plotlib)
* [plotters](https://github.com/plotters-rs/plotters) — [![build badge](https://github.com/plotters-rs/plotters/workflows/CI/badge.svg)](https://github.com/plotters-rs/plotters/actions)