From 00fbcfd0a6765d19dd461109eec58e066379c948 Mon Sep 17 00:00:00 2001 From: Anthony Elkommos Youssef <30884253+anthonyyoussef01@users.noreply.github.com> Date: Sat, 5 Oct 2024 09:46:55 -0400 Subject: [PATCH] Update README.md Moved to poloto-project --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4598cb9..95e88d44 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ It might want to try `plotters` for now. - [38/plotters](https://github.com/38/plotters) - A rust drawing library for high quality data plotting for both WASM and native, statically and realtimely 🦀 📈🚀 - [igiagkiozis/plotly](https://github.com/igiagkiozis/plotly) - Plotly for Rust - [milliams/plotlib](https://github.com/milliams/plotlib) - Data plotting library for Rust -- [tiby312/poloto](https://github.com/tiby312/poloto) - A simple 2D plotting library that outputs graphs to SVG that can be styled using CSS. +- [tiby312/poloto](https://github.com/tiby312/poloto-project) - A simple 2D plotting library that outputs graphs to SVG that can be styled using CSS. - [askanium/rustplotlib](https://github.com/askanium/rustplotlib) - A pure Rust visualization library inspired by D3.js - [SiegeLord/RustGnuplot](https://github.com/SiegeLord/RustGnuplot) - A Rust library for drawing plots, powered by Gnuplot. - [saona-raimundo/preexplorer](https://github.com/saona-raimundo/preexplorer) - Externalize easily the plotting process from Rust to gnuplot.