Difference between revisions of "User:Printfxd"

From FollowTheScore
Jump to: navigation, search
Line 5: Line 5:
 
{{#wgraph: name= Ming_01  | png | svg |
 
{{#wgraph: name= Ming_01  | png | svg |
 
   {{Wgraph:ming01.wgl}}
 
   {{Wgraph:ming01.wgl}}
 +
}}
 +
 +
==顯示圖片02==
 +
{{#wgraph: thumb=40 | wgl | png | svg | gdl |
 +
 +
  node Apriori {label "\n5566\n6655\n my image"
 +
                scaling    2
 +
              }
 +
  node FP-Tree {}
 +
  node GSP {}
 +
  node FreeSpan {}
 +
  node PrefixSpan {}
 +
  node TPrefixSpan {}
 +
  edge Apriori FP-Tree {label "improve" linestyle dashed color blue thickness 4}
 +
  edge C D {label "some text" linestyle dotted
 +
            arrowstyle 'half rhomb + filled circle' arrowcolor red
 +
            backarrowstyle 'filled circle + filled half box + dslash' backarrowsize 14 backarrowcolor magenta}
 +
  edge A C {kind leftbentnear}
 +
  edge A F {kind rightnear}
 +
 +
  nodetype * {width 40 height 20 color yellow}
 +
  yspace 300 splines yes
 
}}
 
}}

Revision as of 14:02, 12 August 2009

圖檔來源

Wgraph:ming01.wgl

顯示圖片

{{#wgraph: name= Ming_01 | 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

}}

顯示圖片02

{{#wgraph: thumb=40 | wgl | png | svg | gdl |

 node Apriori {label "\n5566\n6655\n my image"
               scaling     2
              }
 node FP-Tree {}
 node GSP {}
 node FreeSpan {}
 node PrefixSpan {}
 node TPrefixSpan {}
 edge Apriori FP-Tree {label "improve" linestyle dashed color blue thickness 4}
 edge C D {label "some text" linestyle dotted 
           arrowstyle 'half rhomb + filled circle' arrowcolor red
           backarrowstyle 'filled circle + filled half box + dslash' backarrowsize 14 backarrowcolor magenta}
 edge A C {kind leftbentnear}
 edge A F {kind rightnear}
 nodetype * {width 40 height 20 color yellow}
 yspace 300 splines yes

}}