Merge pull request #462 from konqoro/patch-3

Add gnuplot package
This commit is contained in:
Dominik Picheta 2017-02-01 19:26:46 +01:00 committed by GitHub
commit c08dbba1f7

View File

@ -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"
}
]