Easiest ways to generate graphs from Python? [closed]

回眸只為那壹抹淺笑 提交于 2019-12-10 13:06:10

问题


I'm using Python to process CSV files filled with data that I want to run calculations on, and then graph. I'm looking for a library to use that I can send processed CSV information to, or a dict of some sort, and then choose different graphing styles with.

Does anyone have any recommendations?


回答1:


I'm personally using matplotlib and am very happy with it.




回答2:


Matplotlib and Gnuplot.py are popular choices. I've used both.




回答3:


For client-side charts Open Flash Chart or Google Charts Tools.




回答4:


I've been using matplotlib for about 3 years now to plot experimental data. Before I was using Excel and that was just a pain. I've been happy with matplotlib ever since. It's great and very powerful.




回答5:


There is pychart or PyCha, both of which I have not used but have been considering myself.




回答6:


It depends on the kind of graph you want, most of the time, i'm using matplotlib but sometimespydot is good. The various layout algorithms are good for me when dealing with huge graphs



来源:https://stackoverflow.com/questions/2523689/easiest-ways-to-generate-graphs-from-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!