Difference between revisions of "Wgraph:Demo arrow style"

From FollowTheScore
Jump to: navigation, search
(New page: {{#wgraph:svg|thumb=80|wgl| edge A N {} edge B O { arrow_style solid } edge C P { arrow_style none } edge D Q { arrow_style line } edge E R { arrow_st...)
 
(No difference)

Latest revision as of 11:50, 12 October 2007

{{#wgraph:svg|thumb=80|wgl|

 edge A N  {}
 edge B O  { arrow_style solid        }
 edge C P  { arrow_style none         }
 edge D Q  { arrow_style line         }
 edge E R  { arrow_style rhomb        }
 edge F S  { arrow_style circle       }
 edge G T  { arrow_style "filled box" }
 edge H U  { arrow_style slash        }
 edge I V  { arrow_style dslash       }
 edge J W  { arrow_style "half rhomb" }
 edge K X  { arrow_style "filled half rhomb + circle + none + box + slash"      }
 edge L Y  { arrow_style "circle + none + circle + none + circle"               }
 edge M Z  { back_arrow_style "filled half rhomb + circle + none + box + slash" 
             back_arrow_size 30 back_arrow_color blue }
 yspace 900
 node.width = 40
 edgetype * { arrow_size 20 }

}}