diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-11 19:22:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-11 19:22:06 +0100 |
| commit | ffccf243c93e7f0b877e2977939cf5f568131c0b (patch) | |
| tree | a2622ecb856a67332f1e375008afeefdd779cfd6 | |
| parent | fae918ce76b324029533cbecd46791ff85e0661e (diff) | |
| parent | 976608f27dc63d677b544c044feb4f2dfb77f62b (diff) | |
| download | packages-ffccf243c93e7f0b877e2977939cf5f568131c0b.tar.gz packages-ffccf243c93e7f0b877e2977939cf5f568131c0b.zip | |
Merge pull request #731 from brentp/plotly
add plotly package
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 54ea8ff..d986e96 100644 --- a/packages.json +++ b/packages.json @@ -6279,6 +6279,20 @@ "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", "method": "git", |
