Download presentation
Presentation is loading. Please wait.
1
Overview of Python Visualization Tools
Chris Moffitt
2
Bokeh Pygal Plotly
3
Bokeh 一个为大数据和多维度数据设计的基于HTML5的数据可视化库 Not depend on matplotlib
Cooperate with pandas
4
Bokeh Example
5
Bokeh Complicated to deploy Similar to others in charts
Tools available
6
Pygal Used for creating svg charts
Straightforward to deal with small data set Performance might be an issue
7
Svg Scalable Vector Graphics 可缩放矢量图形,用于描述二维矢量图形的一种图形格式 特点: 使用xml格式定义图形
图像在放大或改变尺寸的情况下不会失真 具有交互性和动态性
8
Plot.ly An online tool for doing analytics and visualization 提供API
Similar presentations