From 247cac603e2e3fff991bd890fa243f4719ce0686 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Fri, 17 May 2024 21:21:46 +0100 Subject: [PATCH] Add plotpy crate link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52fdbec..33d5b6f 100644 --- a/README.md +++ b/README.md @@ -1162,7 +1162,7 @@ See also [About Rust’s Machine Learning Community](https://medium.com/@autumn_ * [mazznoer/colorgrad-rs](https://github.com/mazznoer/colorgrad-rs) [[colorgrad](https://crates.io/crates/colorgrad)] — Color scales library for data visualization, charts, games, maps, generative art and others. * [milliams/plotlib](https://github.com/milliams/plotlib) * [plotly](https://github.com/plotly/plotly.rs) — Plotly for Rust. -* [plotpy](https://github.com/cpmech/plotpy) — Rust plotting library using Python (Matplotlib) +* [plotpy](https://github.com/cpmech/plotpy) [[plotpy](https://crates.io/crates/plotpy)] — Rust plotting library using Python (Matplotlib) * [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) * [rerun](https://github.com/rerun-io/rerun) — [[rerun](https://crates.io/crates/rerun)] — An SDK for logging computer vision and robotics data (tensors, point clouds, etc) paired with a visualizer for exploring that data over time. * [saresend/gust](https://github.com/saresend/Gust) —