首页 > 其他 > 详细

pychart

时间:2015-11-08 14:57:01      阅读:433      评论:0      收藏:0      [点我收藏+]

Pychart

技术分享PyChart is a Python library for creating high quality Encapsulated Postscript, PDF, PNG, or SVG charts. It currently supports line plots, bar plots, range-fill plots, and pie charts. Because it is based on Python, you can make full use of Python‘s scripting power. See some examples.

I‘ve used PyChart to draw some real graphs to publish some real papers (see my SOSP and TOCS papers for example). So it‘s for real!

PyChart is distributed under GNU General Public License.

Download Pychart

Related links

Here are links to some competitors, in case you don‘t like PyChart:
  • Dislin.
    Dislin does 3-D plots, but it‘s not as configurable or as pretty as pychart.
  • Ploticus.
    Ploticus inspired PyChart most. It can produce a very pretty output, but writing a script for Ploticus is incredibly cumbersome.
  • Gnuplot.
    A long-time favorite of researchers. But its output is not up to publishing standard, in my opinion.

pychart

原文:http://www.cnblogs.com/zhang-pengcheng/p/4947065.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!