<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>翟鹏的博客 &#187; JPGRAPH</title>
	<atom:link href="http://www.zhaipeng.cn/tag/jpgraph/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zhaipeng.cn</link>
	<description>积极的工作,塌实的学习,安静的写博客...</description>
	<lastBuildDate>Thu, 10 Jun 2010 14:26:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>JPGRAPH生成统计图</title>
		<link>http://www.zhaipeng.cn/2008/01/30/jpgraph%e7%94%9f%e6%88%90%e7%bb%9f%e8%ae%a1%e5%9b%be/</link>
		<comments>http://www.zhaipeng.cn/2008/01/30/jpgraph%e7%94%9f%e6%88%90%e7%bb%9f%e8%ae%a1%e5%9b%be/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 09:40:42 +0000</pubDate>
		<dc:creator>ZhaiPeng</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[JPGRAPH]]></category>

		<guid isPermaLink="false">http://www.zhaipeng.cn/2008/01/30/jpgraph%e7%94%9f%e6%88%90%e7%bb%9f%e8%ae%a1%e5%9b%be/</guid>
		<description><![CDATA[JPGRAPH 生成统计图真的很方便, 而且有很多样式可以选.下边有四种使用实例(统计图,柱形图,饼形图,3D饼干形图) 直接进入主题: 1.下载jpgraph   http://www.aditus.nu/jpgraph/   有php4.x 版和 php5.x 版 我下载的是php5.x版 2 .整理 :    jpgraph/src    下边的几个实例文件分别在 jpgraph/ 下 3. 配置:    因为我要用到中文,所以要针对中文做些修改.     jpgraph/src/jpg-config.inc.php 配置文件 //字体文件,它会自己找windows 或 linux系统中找 fonts目录 也可以自己指定位置    DEFINE&#40;'CHINESE_TTF_FONT','bkai00mp.ttf'&#41;;  jpgraph/src/jpgraph.php   替换 $font_family=FF_FONT1 为 $font_family=FF_SIMSUN   如果和我一样使用utf-8编码,那么简单的修改一下 jpgraph_gb2312.php 中的  function gb2utf8&#40;$gb&#41; &#123; // 新加一行 , 如果是使用gb2312编码,这里看名字就知道什么意思了. return $gb [...]]]></description>
		<wfw:commentRss>http://www.zhaipeng.cn/2008/01/30/jpgraph%e7%94%9f%e6%88%90%e7%bb%9f%e8%ae%a1%e5%9b%be/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
