diff options
| author | Rui Vieira <ruivieira@users.noreply.github.com> | 2019-04-30 10:44:47 +0100 |
|---|---|---|
| committer | Miran <narimiran@disroot.org> | 2019-04-30 11:44:47 +0200 |
| commit | 75045c882298a8f9d6e560be5d46df938fbc6a80 (patch) | |
| tree | 5664f4c2437d709986ec8d08570b66161c8c669f | |
| parent | 6ce24cb665890d6182ac966f32d1bcdebbebbca1 (diff) | |
| download | packages-75045c882298a8f9d6e560be5d46df938fbc6a80.tar.gz packages-75045c882298a8f9d6e560be5d46df938fbc6a80.zip | |
Add matplotnim (#1072)
| -rw-r--r-- | packages.json | 15 |
1 files changed, 15 insertions, 0 deletions
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" } ] |
