Python 交互式可视化库,Bokeh 0.10.0 发布
Bokeh (Bokeh.js) 是一个 Python 交互式可视化库,支持现代化 Web 浏览器,提供非常完美的展示功能。Bokeh 的目标是使用 D3.js 样式提供优雅,简洁新颖的图形化风格,同时提供大型数据集的高性能交互功能。Boken 可以快速的创建交互式的绘图,仪表盘和数据应用。
Bokeh 0.10.0 发布,此版本添加了一些新特性:webgl 支持;新重构的强大图表接口和响应式平面图。同时也有大量的 bug 修复和文档改进。
更新列表:
-
Initial webgl support (check our new examples: maps city, iris blend, scatter 10K, clustering.py)
-
New charts interface supporting aggregation (see our new Bars, BoxPlot, Histogram and Scatter examples)
-
Responsive plots
-
Lower-level jsresources & cssresources (allow more subtle uses of resources)
-
Several test machinery fixes
-
Several build machinery enhancements
-
More pytest-related fixes and enhancements
-
More docs fixes and enhancements
-
Now the glyph methods return the glyph renderer (not the plot)
-
Gmap points moves consistently
-
Added alpha control for imageurl objects
-
Removed python33 testing and packaging
-
Removed multiuserblazeserver