真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

phplot中如何使用圖片生成類-創(chuàng)新互聯(lián)

今天就跟大家聊聊有關(guān)phplot中如何使用圖片生成類,可能很多人都不太了解,為了讓大家更加了解,小編給大家總結(jié)了以下內(nèi)容,希望大家根據(jù)這篇文章可以有所收獲。

站在用戶的角度思考問題,與客戶深入溝通,找到宣威網(wǎng)站設(shè)計(jì)與宣威網(wǎng)站推廣的解決方案,憑借多年的經(jīng)驗(yàn),讓設(shè)計(jì)與互聯(lián)網(wǎng)技術(shù)結(jié)合,創(chuàng)造個(gè)性化、用戶體驗(yàn)好的作品,建站類型包括:成都網(wǎng)站設(shè)計(jì)、成都網(wǎng)站制作、企業(yè)官網(wǎng)、英文網(wǎng)站、手機(jī)端網(wǎng)站、網(wǎng)站推廣、申請域名、虛擬主機(jī)、企業(yè)郵箱。業(yè)務(wù)覆蓋宣威地區(qū)。

1.配置函數(shù):配置phplot使用什么樣的類型,以及以什么樣的方式顯示圖象。

a.SetDataType($which_dt):設(shè)定使用的數(shù)據(jù)類型,在這個(gè)里面可以使用多種類型。

(1)text-date:數(shù)據(jù)沿著x柱,等間距排行。每個(gè)數(shù)組元素代表x軸上的某一位置的點(diǎn),他同時(shí)也是數(shù)組,第一個(gè)元素代表x坐標(biāo),后面的所有元素都代表y坐標(biāo)。

(2) data-data:與上面的類型相似,不同的是數(shù)值數(shù)組的第二個(gè)元素代表x坐標(biāo),后面的代表y坐標(biāo),而第一個(gè)元素僅僅是一個(gè)標(biāo)簽。

(3)data-data-error:與data-data類似,不同的是他的數(shù)值數(shù)組后面還有兩個(gè)元素代表error_plus和error_minus,如

(data_labl,x_position,y_position,error_plus,error_minus).

b.SetDataValues($which_dv):把一個(gè)數(shù)組$which_dv賦給類的一個(gè)變量$this->data_values.這個(gè)函數(shù)要開始作圖之前調(diào)用。

c.SetPlotType($which_pt):設(shè)定圖表的類型,可以是bars,lines,linepoints,area,points,pie等。

d.SetErrorBarLineWidth($wd):設(shè)定錯(cuò)誤欄的寬度。

e.SetFileFormat($which_file_format):設(shè)定輸出的圖象文件的格式,可以是GIF,PNG,JPEG等。還有要看你的GD庫是否支持。

f.SetUseTTF($which_ttf):設(shè)定是否使用TTF,如果編譯php支持TTF,就使用SetUseTTF("1");否則設(shè)置為0.

2.顯示函數(shù):顯示圖象設(shè)定輸出圖表所使用的線條的類型,寬度等參量,還可以設(shè)定坐標(biāo)軸刻度的間距,圖表的大小等。

a.SetErrorBarShape($which_ebs):設(shè)定精度線的類型,可以是line或者是tee,如果是tee,則T型線的半度設(shè)定為SetErrorBarSize.

b.SetErrprBarSize($which_ebs):設(shè)置精度線的寬度。

c.SetHorizTickIncreament($which_ti):設(shè)定x軸的顯示刻度的間距。

d.SetHorizTicks($whick_nt):設(shè)定x軸顯示刻度的個(gè)數(shù)。(不能和SetHorizTickIncreament)

e.SetNumVertTicks($which_nt):設(shè)定x軸顯示刻度的個(gè)數(shù)。(不能和SetVertTickIncreament)

f.SetPlotArearpixels($x1,$y1,$x2,$y2):設(shè)定圖表大小。

g.SetPointShape($which_pt):設(shè)置定點(diǎn)的形狀:rect,circle,diamond,triangle,dot,line,halfline.

h.SetPointSize($whick_ps教程):設(shè)定點(diǎn)的寬度。

i.SetPrecisionX($whick_prec):設(shè)定x軸的精度。$whick_prec代表小數(shù)點(diǎn)后面數(shù)字的個(gè)數(shù)。

j.SetPrecisiony($whick_prec)設(shè)定y軸的精度。$whick_prec代表小數(shù)點(diǎn)后面數(shù)字的個(gè)數(shù)。

k.SetSjading($whick_s):設(shè)定陰影的寬度。

l.SetTickLength($which_tl):設(shè)定坐標(biāo)軸上的標(biāo)記線的長度,單位為pixel.

m.SetTile($title):設(shè)定圖表的標(biāo)題。

n.SetVertTickIncreament($whick_ti):和SetHorizTicks($whick_nt)這兩個(gè)函數(shù)用于設(shè)定坐標(biāo)軸上標(biāo)記線的垂直和水平間隔。

o.SetXDataLabelMaxlength($which_xdlm):設(shè)定x軸上的標(biāo)簽的較大長度。

p.SetXGridLabelType($which_xtf):設(shè)定x軸的標(biāo)簽類型,可以是time,title,data,none或者default.

(1).time:由函數(shù)strftime()設(shè)定。

(2).title:文本類型。

(3).data:用函數(shù)number_format()格式化數(shù)字。

(4).none:沒有任何標(biāo)簽。

(5).default:按照輸入的形式輸出.

3.顏色函數(shù):顏色函數(shù)用于設(shè)定圖表中的各元素的顯示顏色,包括圖象背景顏色,刪格線的顏色,標(biāo)題顏色等!

a.SetBackgroundColor($which_color):設(shè)定整個(gè)圖象的背景顏色。

b.SetGridColor($which_color):設(shè)定刪格線的顏色。

c.SetLegend($which_legend):參數(shù)是一個(gè)文本數(shù)組,他的內(nèi)容顯示在一個(gè)圖列框中。

d.SetLegendPixels($which_x,$which_y,$which_type):設(shè)定圖列框左下角點(diǎn)的坐標(biāo),最后一個(gè)參數(shù)以后可用。

e.SetLightGridColor($which_color):刪割線線有兩種顏色,這個(gè)函數(shù)設(shè)定其中的一種。

f.SetLineWidth($which_lt):設(shè)定圖表中使用的線寬,他也影響精度線的寬度。

g.SetLineStyles($which_sls):設(shè)定線條的類型,可以是實(shí)線或者虛線。

h.SetPlotBgColor($which_color):設(shè)定使用SetPlotAreaPixels()函數(shù)設(shè)定的區(qū)域的顏色。

i.SetTextColor($which_color):設(shè)定文本的顏色,默認(rèn)是黑色。

j.SetTickColor($which_color):設(shè)定坐標(biāo)軸上刻線的顏色。

k.SetTitleColor($which_color):設(shè)定標(biāo)題顏色。

看個(gè)實(shí)例,生成上面圖形的代碼如下:


復(fù)制代碼 代碼如下:

# PHPlot Demo  
# 2008-01-09 ljb  
# For more information see http://sourceforge.net/projects/phplot/   
 
# Load the PHPlot class library:  
require_once 'phplot.php';  
 
# Define the data array: Label, the 3 data sets.  
# Year,  Features, Bugs, Happy Users:  
$data = array(  
  array('2001',  60,  35,  20),  
  array('2002',  65,  30,  30),  
  array('2003',  70,  25,  40),  
  array('2004',  72,  20,  60),  
  array('2005',  75,  15,  70),  
  array('2006',  77,  10,  80),  
  array('2007',  80,   5,  90),  
);  
 
# Create a PHPlot object which will make a 600x400 pixel image:  
$p = new PHPlot(600, 400);  
 
# Use TrueType fonts:  
$p->SetDefaultTTFont('./arial.ttf');  
 
# Set the main plot title:  
$p->SetTitle('PHPlot Customer Satisfaction (estimated)');  
 
# Select the data array representation and store the data:  
$p->SetDataType('text-data');  
$p->SetDataValues($data);  
 
# Select the plot type - bar chart:  
$p->SetPlotType('bars');  
 
# Define the data range. PHPlot can do this automatically, but not as well. 
$p->SetPlotAreaWorld(0, 0, 7, 100);  
 
# Select an overall image background color and another color under the plot:  
$p->SetBackgroundColor('#ffffcc');  
$p->SetDrawPlotAreaBackground(True);  
$p->SetPlotBgColor('#ffffff');  
 
# Draw lines on all 4 sides of the plot:  
$p->SetPlotBorderType('full');  
 
# Set a 3 line legend, and position it in the upper left corner:  
$p->SetLegend(array('Features', 'Bugs', 'Happy Users'));  
$p->SetLegendWorld(0.1, 95);  
# Turn data labels on, and all ticks and tick labels off:  
$p->SetXDataLabelPos('plotdown');  
$p->SetXTickPos('none');  
$p->SetXTickLabelPos('none');  
$p->SetYTickPos('none');  
$p->SetYTickLabelPos('none');  
 
# Generate and output the graph now:  
$p->DrawGraph();

看完上述內(nèi)容,你們對phplot中如何使用圖片生成類有進(jìn)一步的了解嗎?如果還想了解更多知識或者相關(guān)內(nèi)容,請關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道,感謝大家的支持。


網(wǎng)站欄目:phplot中如何使用圖片生成類-創(chuàng)新互聯(lián)
當(dāng)前網(wǎng)址:http://weahome.cn/article/gjcej.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部