﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-System Administration Center-随笔分类-5 Python</title><link>http://www.cnitblog.com/sysop/category/6532.html</link><description>It's so hard to say 'just for fun'.</description><language>zh-cn</language><lastBuildDate>Sun, 02 Oct 2011 02:16:35 GMT</lastBuildDate><pubDate>Sun, 02 Oct 2011 02:16:35 GMT</pubDate><ttl>60</ttl><item><title>python上的图标工具</title><link>http://www.cnitblog.com/sysop/archive/2009/01/04/53427.html</link><dc:creator>SYSOP</dc:creator><author>SYSOP</author><pubDate>Sun, 04 Jan 2009 08:19:00 GMT</pubDate><guid>http://www.cnitblog.com/sysop/archive/2009/01/04/53427.html</guid><description><![CDATA[<span  style="font-family: Arial; font-size: 12px; line-height: 20px; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; "><p style="line-height: normal; ">要动态生成图表？Python上的东东还真不少。<br style="line-height: normal; "><br style="line-height: normal; ">如果要显示结点关系图，可选择 历史最悠久的是<span class="link-external" style="line-height: normal; "><a href="http://www.graphviz.org/" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">Graphviz</a></span>, 通过<span class="link-external" style="line-height: normal; "><a href="http://dkbza.org/pydot.html" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">pyDot</a></span>生成DOT文件。<br style="line-height: normal; "><br style="line-height: normal; ">如果是需要生成统计图，则<span class="link-external" style="line-height: normal; "><a href="http://www.hpl.hp.com/personal/Yasushi_Saito/pychart/" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">pyChart</a></span>可能更加适合。<br style="line-height: normal; "><br style="line-height: normal; ">如果要做三维的图形，可考虑<span class="link-external" style="line-height: normal; "><a href="http://www.linmpi.mpg.de/dislin/" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">Dislin</a></span>.<br style="line-height: normal; "><br style="line-height: normal; ">如果要一个历史最悠久的，最受欢迎的，应该选择<span class="link-external" style="line-height: normal; "><a href="http://www.gnuplot.info/" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">Gnuplot</a></span>,可通过<span class="link-external" style="line-height: normal; "><a href="http://gnuplot-py.sourceforge.net/" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">Gnuplot.py</a></span>来访问.<br style="line-height: normal; "><br style="line-height: normal; ">如果需要一个最前卫的，操作类似matlab的，则应该选择<span style="line-height: normal; "><span class="link-external" style="line-height: normal; "><a href="http://matplotlib.sourceforge.net/" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">matplotlib</a></span>。</span><br style="line-height: normal; "><br style="line-height: normal; ">哦，如果你来自Zope，希望简单、再简单一点，那么可考虑<span class="link-external" style="line-height: normal; "><a href="http://www.gocept.com/angebot/opensource/SVGrafZ/index_html" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">SVGraphZ</a></span>。</p><p style="line-height: normal; ">如果你想从最底层来，而且喜欢<span class="link-external" style="line-height: normal; "><a href="http://www.w3.org/Graphics/SVG" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">SVG</a></span>格式，则可看看<span class="link-external" style="line-height: normal; "><a href="http://www2.sfk.nl/svg" style="text-decoration: none; color: rgb(123, 112, 92); font-size: 12px; line-height: 20px; font-family: Tahoma; ">SVGDraw</a></span>吧。</p></span>
<img src ="http://www.cnitblog.com/sysop/aggbug/53427.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/sysop/" target="_blank">SYSOP</a> 2009-01-04 16:19 <a href="http://www.cnitblog.com/sysop/archive/2009/01/04/53427.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>