Differences between revisions 10 and 11
Revision 10 as of 2009-01-13 15:56:46
Size: 3754
Editor: 211
Comment:
Revision 11 as of 2009-01-13 16:00:52
Size: 3901
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 126: Line 126:
    node [style=filled, fillcolor=white]
Line 150: Line 151:
    User [URL="", fillcolor="blue"]     User [URL='']
    Experiment [URL='']
    Feature [URL='']
    Organism [URL='']
    Gene [URL='']

    User [fillcolor=blue]

MoinMoin GraphViz parser from ParserMarket/dot.py

GraphViz 에서 [Graph]를 그리는 방법은 다섯가지(dot, neato, fdp, twopi, circo)가 있다. 아래 소스를 각각의 방법으로 그려보면,

digraph G {
    node [style=filled, fillcolor=white]
    yong27 -> cyppi -> neosphere ->  yong27
    neosphere -> bio -> cyppi
    aaa -> neosphere
    azzzz -> aaa
    kkk -> azzzz
    yong27 -> kkk

    // a comment /

    yong27 [URL='yong27']   // link to an external URL
    cyppi [URL='cyppi']          
    neosphere [URL='neosphere']
    yong27 [fillcolor=blue]              
}

dot

neato

twopi

fdp

circo

test

GraphVizParser (last edited 2011-08-17 00:16:04 by 222)

web biohackers.net