Difference between revisions of "User:Printfxd"

From FollowTheScore
Jump to: navigation, search
(New page: == A first example == {|class=wikitable !WGL source !orientation = top_to_bottom<br>node.color = lightyellow !align=left|orientation = left_to_right<br>node.color ...)
 
 
(21 intermediate revisions by the same user not shown)
Line 1: Line 1:
== A first example ==
+
==圖檔來源==
 +
[[Wgraph:ming01.wgl]]
 +
==顯示ming01.wgl圖片==
  
{|class=wikitable
+
{{#wgraph: name= Ming_01 |thumb = 120 | png | svg |
![[Wgraph:Sample 1.wgl|WGL source]]
+
  {{Wgraph:ming01.wgl}}
!orientation = top_to_bottom<br>node.color = lightyellow
+
}}
!align=left|orientation = left_to_right<br>node.color = lightmagenta<br>node.shape = hexagon<br>node.width = 30<br>edge.color = red
 
|-
 
|{{Wgraph:Sample 1.wgl}}
 
|{{#wgraph: name= wgraph_sample_1  | png | svg |
 
  
  {{Wgraph:Sample 1.wgl}}
+
==圖檔來源==
    node.color = lightyellow
+
road map
  }}
+
[[Wgraph:ming02.wgl]]
  
|{{#wgraph: name= wgraph_sample_1a | png | svg |
+
==顯示ming02.wgl圖片==
  
   {{Wgraph:Sample 1.wgl}}  
+
{{#wgraph: name= Ming_02 |thumb = 120 | png | svg |
    orientation = left_to_right
+
   {{Wgraph:ming02.wgl}}
    node.color = lightmagenta
+
}}
    node.shape = hexagon
 
    node.width = 30
 
    edge.color = red
 
  }}
 
|}
 
 
 
To see a more complex graph (which will be automatically produced from the contents of this wiki, try the following link:
 
[[Special:Call/Catgraph,uses2=CalendarSingle,layout=forcedir,userparm=repulsion:300|Graph with relations around '''calendar''']]
 
 
 
continue with [[Wgraph:Example 2]] ..
 
or      see  [[Wgraph:Example Timebar]] ..
 
or      see  [[Wgraph:Example Holiday Planner]] ..
 
[[Category:Wgraph]]
 

Latest revision as of 01:34, 17 August 2009

圖檔來源

Wgraph:ming01.wgl

顯示ming01.wgl圖片

{{#wgraph: name= Ming_01 |thumb = 120 | png | svg |

   node Apriori {label "Apriori\nAprioriTid\nAprioriHybrid\n1994"}
 node FP-Tree {label "FP-Tree\n2000"}
 node GSP {label "GSP\n1996"}
 node FreeSpan {label "FreeSpan\n2000"}
 node PrefixSpan {label "PrefixSpan\n2004"}
 node TPrefixSpan {label "TPrefixSpan\n2007"}
 node FUFP {label "FUFP\n2007"}
 node Pre-FUFP {label "Pre-FUFP\n2008"}
 edge Apriori FP-Tree {label "improve" kind rightbentnear}
 edge FP-Tree FUFP{label "improve" kind rightbentnear}
 edge FUFP Pre-FUFP{label "improve" kind rightbentnear}
 edge Apriori GSP {label "improve" kind rightbentnear}
 edge GSP PrefixSpan {label "reference" linestyle dotted}
 edge GSP FreeSpan {label "improve"}
 edge FreeSpan PrefixSpan {label "improve"}
 edge PrefixSpan TPrefixSpan {label "improve"}
 nodetype * {width 120 height 80 color LIGHTYELLOW}
 orientation = lefttoright

}}

圖檔來源

road map Wgraph:ming02.wgl

顯示ming02.wgl圖片

{{#wgraph: name= Ming_02 |thumb = 120 | png | svg |

   node Apriori {label "Apriori\nAprioriTid\nAprioriHybrid\n1994" color orange}
 node FP-Tree {label "FP-Tree\n2000" color orange}
 node GSP {label "GSP\n1996"}
 node FreeSpan {label "FreeSpan\n2000"}
 node PrefixSpan {label "PrefixSpan\n2004"}
 node TPrefixSpan {label "TPrefixSpan\n2007"}
 node FUFP {label "FUFP\n2007" color orange}
 node Pre-FUFP {label "Pre-FUFP\n2008" color orange}
 node Chyang {label "BIT-tree\nChyang\n2009" color red}
 edge Apriori FP-Tree {label "improve" kind rightbentnear color darkred thickness 4}
 edge FP-Tree FUFP{label "improve" kind rightbentnear color darkred thickness 4}
 edge FUFP Pre-FUFP{label "improve" kind rightbentnear color darkred thickness 4}
 edge Pre-FUFP Chyang{label "improve" kind rightbentnear color darkred thickness 4}
 edge Apriori GSP {label "improve" kind rightbentnear}
 edge GSP PrefixSpan {label "reference" linestyle dotted}
 edge GSP FreeSpan {label "improve"}
 edge FreeSpan PrefixSpan {label "improve"}
 edge PrefixSpan TPrefixSpan {label "improve"}
 nodetype * {width 120 height 80 color LIGHTYELLOW}
 orientation = left_to_right

}}