Difference between revisions of "Wgraph:Ming01.wgl"

From FollowTheScore
Jump to: navigation, search
Line 8: Line 8:
 
   node TPrefixSpan {}
 
   node TPrefixSpan {}
 
   edge Apriori FP-Tree {label "improve" linestyle dashed color blue thickness 4}
 
   edge Apriori FP-Tree {label "improve" linestyle dashed color blue thickness 4}
   edge C D {label "some text" linestyle dotted  
+
   edge Apriori GSP {label "some text" linestyle dotted  
            arrowstyle 'half rhomb + filled circle' arrowcolor red
+
                    arrowstyle 'half rhomb + filled circle' arrowcolor red
            backarrowstyle 'filled circle + filled half box + dslash' backarrowsize 14 backarrowcolor magenta}
+
                    backarrowstyle 'filled circle + filled half box + dslash' backarrowsize 14 backarrowcolor magenta}
   edge A C {kind leftbentnear}
+
   edge GSP PrefixSpan {kind leftbentnear}
   edge A F {kind rightnear}
+
   edge PrefixSpan TPrefixSpan {kind rightnear}
  
 
   nodetype * {width 40 height 20 color yellow}
 
   nodetype * {width 40 height 20 color yellow}
 
   yspace 300 splines yes
 
   yspace 300 splines yes

Revision as of 13:05, 12 August 2009

 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 Apriori GSP {label "some text" linestyle dotted 
                   arrowstyle 'half rhomb + filled circle' arrowcolor red
                   backarrowstyle 'filled circle + filled half box + dslash' backarrowsize 14 backarrowcolor magenta}
 edge GSP PrefixSpan {kind leftbentnear}
 edge PrefixSpan TPrefixSpan {kind rightnear}
 nodetype * {width 40 height 20 color yellow}
 yspace 300 splines yes