Language/Python
Python Chart, Graph library
TechNote.kr
2015. 9. 11. 23:38
728x90
Python 으로 chart나 graph를 그리는 방법
Matplotlib (http://matplotlib.org/)
가장 기본적인 char library로 다른 library 들 조차도 이 library와의 비교를 통해 자신들의 library를 소개하고 있다. |
Plotly (https://plot.ly/python/)
Sample들만 보았을 때 다른 라이브러리는 사용해 보고 싶지 않을 정도로 내가 원하는 chart를 그려주고 있다. 페이지를 보다보니 online 기반. sample char - https://plot.ly/pandas/ |
PyChart (http://home.gna.org/pychart/)
소개 내용만으로 보았을 때 chart 결과물을 png로 남겨주고 있어 zoom in/out 등 원하는 기능을 지원하지 않는 것으로 보인다. |
cairoplot (http://cairoplot.sourceforge.net/)
chaco (http://code.enthought.com/projects/chaco/)
생각보다 관련 library 들이 다양하다.
728x90