Merge pull request #731 from brentp/plotly

add plotly package
This commit is contained in:
Dominik Picheta 2018-05-11 19:22:06 +01:00 committed by GitHub
commit ffccf243c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6278,6 +6278,20 @@
"license": "MIT",
"web": "https://github.com/apahl/csvtable"
},
{
"name": "plotly",
"url": "https://github.com/brentp/nim-plotly",
"method": "git",
"tags": [
"plot",
"graphing",
"chart",
"data"
],
"description": "Nim interface to plotly",
"license": "MIT",
"web": "https://github.com/brentp/nim-plotly"
},
{
"name": "gnuplot",
"url": "https://github.com/konqoro/gnuplot.nim",