×
Create a new article
Write your page title here:
We currently have 3,189 articles on s23. Type your article name above or create one of the articles listed here!



    s23
    3,189Articles

    Graph Extension: Difference between revisions

    Content added Content deleted
    imported>mutante
    mNo edit summary
    imported>mutante
    mNo edit summary
    Line 1: Line 1:
    We got this new extension installed now. It can create graphs like this (check the source):
    We got this new extension installed now. It can create graphs like this (check the source):


    # 5 nodes around a center
    # 3 nodes
    <graph>
    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor2 ]
    [ S23 ] -> [ Neighbor3 ]
    </graph>

    # 4 nodes
    <graph>
    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor2 ]
    [ S23 ] -> [ Neighbor3 ]
    [ S23 ] -> [ Neighbor4 ]
    </graph>


    # 5 nodes
    <graph>
    <graph>
    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor1 ]
    Line 13: Line 29:


    * http://bloodgate.com/perl/graph/
    * http://bloodgate.com/perl/graph/

    [[Category:Mediawiki Extensions]]

    Revision as of 16:55, 27 November 2005

    We got this new extension installed now. It can create graphs like this (check the source):

    1. 3 nodes

    <graph>

    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor2 ]
    [ S23 ] -> [ Neighbor3 ]
    

    </graph>

    1. 4 nodes

    <graph>

    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor2 ]
    [ S23 ] -> [ Neighbor3 ]
    [ S23 ] -> [ Neighbor4 ]
    

    </graph>


    1. 5 nodes

    <graph>

    [ S23 ] -> [ Neighbor1 ]
    [ S23 ] -> [ Neighbor2 ]
    [ S23 ] -> [ Neighbor3 ]
    [ S23 ] -> [ Neighbor4 ]
    [ S23 ] -> [ Neighbor5 ]
    

    </graph>

    Cookies help us deliver our services. By using our services, you agree to our use of cookies.
    Cookies help us deliver our services. By using our services, you agree to our use of cookies.