diff options
author | cpm <cpm@FreeBSD.org> | 2016-10-20 09:45:25 +0800 |
---|---|---|
committer | cpm <cpm@FreeBSD.org> | 2016-10-20 09:45:25 +0800 |
commit | 65c7b89eb3ec9bf902757d4c4bdcf1d75b1717cd (patch) | |
tree | a9dfcbacdd3afd24386dfa547d8cd09cd462627e /www/Makefile | |
parent | a71e6b70731621e1210299991dd26e5fe3ac20e3 (diff) | |
download | freebsd-ports-graphics-65c7b89eb3ec9bf902757d4c4bdcf1d75b1717cd.tar.gz freebsd-ports-graphics-65c7b89eb3ec9bf902757d4c4bdcf1d75b1717cd.tar.zst freebsd-ports-graphics-65c7b89eb3ec9bf902757d4c4bdcf1d75b1717cd.zip |
[NEW PORT] www/py-bokeh: Interactive Web Plotting for Python
Bokeh is a Python interactive visualization library that targets modern web
browsers for presentation. Its goal is to provide elegant, concise construction
of novel graphics in the style of D3.js, and to extend this capability with
high-performance interactivity over very large or streaming datasets. Bokeh can
help anyone who would like to quickly and easily create interactive plots,
dashboards, and data applications.
WWW: http://bokeh.pydata.org/
PR: 213578
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Approved by: koobs (mentor)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 64990856a47..dcc70c9a082 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1492,6 +1492,7 @@ SUBDIR += py-bjoern SUBDIR += py-bleach SUBDIR += py-blogofile + SUBDIR += py-bokeh SUBDIR += py-boto3 SUBDIR += py-bottle SUBDIR += py-bottle-cork |