From 7b22e128356c295807c4a3e5b08d8b4a01b2ce95 Mon Sep 17 00:00:00 2001 From: Alex Craft Date: Sat, 3 Jul 2021 17:43:17 +0300 Subject: [PATCH] Added 'pl0t' package (#1954) * Added 'pl0t' package * Update packages.json * resolving conflict --- packages.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 2494539..1317921 100644 --- a/packages.json +++ b/packages.json @@ -23225,5 +23225,22 @@ "description": "Create HyperText with Nim.", "license": "MIT", "web": "https://github.com/schneiderfelipe/hyperscript" + }, + { + "name": "pl0t", + "url": "https://github.com/al6x/pl0t?subdir=api/nim", + "method": "git", + "tags": [ + "plot", + "chart", + "table", + "excel", + "spreadsheet", + "visualization", + "data" + ], + "description": "Plot and visualize data", + "license": "Proprietary", + "web": "http://pl0t.com" } -] +] \ No newline at end of file