From e0aaf9e0f85d20f6531bd9fb4452340663371496 Mon Sep 17 00:00:00 2001 From: konqoro Date: Wed, 1 Feb 2017 20:20:57 +0200 Subject: [PATCH] Add gnuplot package --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 9436128..fc68f2d 100644 --- a/packages.json +++ b/packages.json @@ -5822,5 +5822,18 @@ "description": "tools for handling CSV files (comma or tab-separated) with an API similar to Python's CSVDictReader and -Writer.", "license": "MIT", "web": "https://github.com/apahl/csvtable" + }, + { + "name": "gnuplot", + "url": "https://github.com/dvolk/gnuplot.nim", + "method": "git", + "tags": [ + "plot", + "graphing", + "data" + ], + "description": "Nim interface to gnuplot", + "license": "MIT", + "web": "https://github.com/dvolk/gnuplot.nim" } ]