开发者

Any 'pretty' data visualization libraries for Python? [closed]

开发者 https://www.devze.com 2022-12-27 07:53 出处:网络
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.

Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.

开发者_Go百科

Closed 9 years ago.

Improve this question

There are plenty of 'pretty-printing' visualization libraries for Javascript. E.g. those listed here.

Googling for 'python visualization libraries' only turns up stuff like VTK and mayavi, which are primarily more for no-nonsense scientific use.

So, do you know of any Python libraries similar to those Javascript ones in the above link? I particularly like the Javascript Infovis Toolkit.


For Python there really isn't "one viz library to rule them all". There are different libraries and toolkits for different purposes. For graphs in Python you may find igraph useful. For other types of scientific or data visualizations matplotlib is also good.


Here's a new port of R's ggplot2 over to python. Looks very slick!

https://github.com/yhat/ggplot/

More info here: http://blog.yhathq.com/posts/ggplot-for-python.html


Also have a look at Seaborn, described as "Improved matplotlib for statistical data visualization": https://github.com/mwaskom/seaborn

The Seaborn examples are pretty slick:

Plotting Complex Linear Models

Visualization Distributions

Time Series Visualizations


Check out Bokeh at pydata

source code here


There's PyCha for charts.


are you looking for graph software?

Checkout http://www.graphviz.org/Gallery.php. it has python bindings.


I second matplotlib. Also Chaco. It's not Python, but for really quick heatmaps, go to OpenHeatMap.com


Networkx looks to be the best-documented of the graph libraries I've seen. I think it interfaces with Matplotlib for visualization.

0

精彩评论

暂无评论...
验证码 换一张
取 消