From 75045c882298a8f9d6e560be5d46df938fbc6a80 Mon Sep 17 00:00:00 2001 From: Rui Vieira Date: Tue, 30 Apr 2019 10:44:47 +0100 Subject: [PATCH] Add matplotnim (#1072) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index d079f8b..72d471b 100644 --- a/packages.json +++ b/packages.json @@ -13202,5 +13202,20 @@ "description": "Image manipulation library", "license": "MIT", "web": "https://github.com/SolitudeSF/imageman" + }, + { + "name": "matplotnim", + "url": "https://github.com/ruivieira/matplotnim", + "method": "git", + "tags": [ + "science", + "plotting", + "graphics", + "wrapper", + "library" + ], + "description": "A Nim wrapper for Python's matplotlib", + "license": "Apache License 2.0", + "web": "https://github.com/ruivieira/matplotnim" } ]