skip to main
|
skip to sidebar
ICE NoteBook
2008年8月5日 星期二
用PEAR繪製各種統計圖
請先到官網下載
Image_Graph套件
,另外其他的套件也要下載喔
以下是我繪製圓餅圖的範例
// create the graph $Graph =& Image_Graph::factory('graph', array(400, 300)); // add a TrueType font $Font =& $Graph->addNew('font', 'Arial'); // set the font size to 11 pixels $Font->setSize(8); $Graph->setFont($Font); // create the plotareas $Plotarea =& $Graph->addNew('plotarea'); $Plotarea->hideAxis(); // create the dataset //$Dataset =& Image_Graph::factory('random', array(10, 10, 20, true)); $Dataset =& Image_Graph::factory('dataset'); // create the 1st plot as smoothed area chart using the 1st dataset $Dataset->addPoint('Alex', 10); $Dataset->addPoint('Jim', 5); $Dataset->addPoint('Kevin', 6); $Plot =& $Plotarea->addNew('Image_Graph_Plot_Pie', $Dataset); /*加上百分比 start*/ // create a Y data value marker $Marker =& $Plot->addNew('Image_Graph_Marker_Value', IMAGE_GRAPH_PCT_Y_TOTAL); // create a pin-point marker type $PointingMarker =& $Plot->addNew('Image_Graph_Marker_Pointing_Angular', array(20, &$Marker)); // and use the marker on the 1st plot $Plot->setMarker($PointingMarker); // format value marker labels as percentage values $Marker->setDataPreprocessor(Image_Graph::factory('Image_Graph_DataPreprocessor_Formatted', '%0.1f%%')); /*加上百分比 end*/ $Plot->Radius = 2; // set a line color $Plot->setLineColor('gray'); // set a standard fill style $FillArray =& Image_Graph::factory('Image_Graph_Fill_Array'); $Plot->setFillStyle($FillArray); $FillArray->addColor('green@0.2'); $FillArray->addColor('blue@0.2'); $FillArray->addColor('yellow@0.2'); $FillArray->addColor('red@0.2'); $FillArray->addColor('orange@0.2'); // add a title using the created font $Graph->addNew('title', array('TEST PIE', 11)); //$Plot->explode(3); // output the Graph $Graph->done();
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
關於我自己
Ic€
Taiwan
此網誌是為了年紀愈來愈大的我所創立的,感覺記憶力愈來愈差,所以乾脆把網路上搜尋到或者自己寫的東西做個記錄,以免以後需要時找不到,如果原文作者看到自己的文章感到不悅時,請盡速通知我,我會盡快刪除文章,感恩啦
檢視我的完整簡介
文章分類
AS3
ASP
ASP Class
Blog
CSS
Flash
int
Integer
Java
JavaScript
jQuery
Linux
MS SQL
PEAR
Perl
PHP
PHP Class
split
String
T-SQL
URL
Wamp
網誌存檔
►
2010
(7)
►
12月
(2)
►
9月
(2)
►
6月
(1)
►
5月
(1)
►
2月
(1)
►
2009
(20)
►
10月
(2)
►
9月
(4)
►
8月
(1)
►
7月
(2)
►
5月
(1)
►
4月
(3)
►
3月
(1)
►
2月
(3)
►
1月
(3)
▼
2008
(15)
►
11月
(2)
►
10月
(1)
►
9月
(2)
▼
8月
(6)
jQuery - ThickBox
jQuery - Validation
用PEAR繪製各種統計圖
用PHP繪製圓餅圖
輕量的Pass_img程式
PHP的幾個正規表示式
►
7月
(4)
計數器
My Friends
ApurA's Yuujintyou
Jim Labs
shan711017的地盤
you are my amusement park
──═╪★完美的愛情使人意志薄弱 不完美的愛情讓人傷心難過
夏季含羞草
新‧夢想
日光節約時間
騎馬桶撞飛碟的部落
沒有留言:
張貼留言