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