From d20ef30de0bc4eb044bfe6e3278f51e721eb1af7 Mon Sep 17 00:00:00 2001 From: Lekrieg Date: Sun, 1 Aug 2021 23:08:57 -0300 Subject: [PATCH] Added matplotplusplus and a new section for data visualization --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 186e381..69cbfef 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny - [Cryptography](#cryptography) - [CSV](#csv) - [Database](#database) + - [Data visualization](#data-visualization) - [Debug](#debug) - [Font](#font) - [Game Engine](#game-engine) @@ -377,6 +378,10 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny * [UnQLite](https://github.com/symisc/unqlite) - A self-contained, serverless, zero-configuration, transactional NoSQL engine. [BSD-2-Clause] [website](https://unqlite.org/) * [upscaledb](https://upscaledb.com) - An embedded "typed" key/value store with a built-in query interface. [GPLv3] +## Data visualization +*Data visiualization Libraries* +* [matplotplusplus](https://github.com/alandefreitas/matplotplusplus) - C++ Graphics Library for Data Visualization. [MIT] [website](https://alandefreitas.github.io/matplotplusplus/) + ## Debug *Debugging Libraries, Memory Leak and Resource Leak Detection, Unit Testing* -- GitLab