Generating a lattice graph

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












How can I generate the following lattice graph?



**A lattice graph**



You are welcome to make your own assumptions.



Is it possible to this using GridGraph?










share|improve this question









New contributor




Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • GraphicsGrid[ Table[GraphPlot[Table[i -> Mod[i^p, m], i, m]], m, 30, 33, p, 2, 5], Frame -> All] Lots of variants to play with and explore.
    – Moo
    2 hours ago







  • 1




    It is not clear to me what you want. This does not look like a graph. It has no connections. Do you just want to draw circles at certain coordinates? If yes, please say so. But in that case, the question has nothing to do with graphs.
    – Szabolcs
    1 hour ago














up vote
3
down vote

favorite












How can I generate the following lattice graph?



**A lattice graph**



You are welcome to make your own assumptions.



Is it possible to this using GridGraph?










share|improve this question









New contributor




Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.



















  • GraphicsGrid[ Table[GraphPlot[Table[i -> Mod[i^p, m], i, m]], m, 30, 33, p, 2, 5], Frame -> All] Lots of variants to play with and explore.
    – Moo
    2 hours ago







  • 1




    It is not clear to me what you want. This does not look like a graph. It has no connections. Do you just want to draw circles at certain coordinates? If yes, please say so. But in that case, the question has nothing to do with graphs.
    – Szabolcs
    1 hour ago












up vote
3
down vote

favorite









up vote
3
down vote

favorite











How can I generate the following lattice graph?



**A lattice graph**



You are welcome to make your own assumptions.



Is it possible to this using GridGraph?










share|improve this question









New contributor




Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











How can I generate the following lattice graph?



**A lattice graph**



You are welcome to make your own assumptions.



Is it possible to this using GridGraph?







graphs-and-networks






share|improve this question









New contributor




Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 1 hour ago









m_goldberg

83.4k870192




83.4k870192






New contributor




Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 3 hours ago









Subranjit

161




161




New contributor




Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Subranjit is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











  • GraphicsGrid[ Table[GraphPlot[Table[i -> Mod[i^p, m], i, m]], m, 30, 33, p, 2, 5], Frame -> All] Lots of variants to play with and explore.
    – Moo
    2 hours ago







  • 1




    It is not clear to me what you want. This does not look like a graph. It has no connections. Do you just want to draw circles at certain coordinates? If yes, please say so. But in that case, the question has nothing to do with graphs.
    – Szabolcs
    1 hour ago
















  • GraphicsGrid[ Table[GraphPlot[Table[i -> Mod[i^p, m], i, m]], m, 30, 33, p, 2, 5], Frame -> All] Lots of variants to play with and explore.
    – Moo
    2 hours ago







  • 1




    It is not clear to me what you want. This does not look like a graph. It has no connections. Do you just want to draw circles at certain coordinates? If yes, please say so. But in that case, the question has nothing to do with graphs.
    – Szabolcs
    1 hour ago















GraphicsGrid[ Table[GraphPlot[Table[i -> Mod[i^p, m], i, m]], m, 30, 33, p, 2, 5], Frame -> All] Lots of variants to play with and explore.
– Moo
2 hours ago





GraphicsGrid[ Table[GraphPlot[Table[i -> Mod[i^p, m], i, m]], m, 30, 33, p, 2, 5], Frame -> All] Lots of variants to play with and explore.
– Moo
2 hours ago





1




1




It is not clear to me what you want. This does not look like a graph. It has no connections. Do you just want to draw circles at certain coordinates? If yes, please say so. But in that case, the question has nothing to do with graphs.
– Szabolcs
1 hour ago




It is not clear to me what you want. This does not look like a graph. It has no connections. Do you just want to draw circles at certain coordinates? If yes, please say so. But in that case, the question has nothing to do with graphs.
– Szabolcs
1 hour ago










1 Answer
1






active

oldest

votes

















up vote
3
down vote













GridGraph[4, 4, EdgeStyle -> White, VertexSize -> Medium, 
VertexStyle -> White, Frame -> True, PlotRangePadding -> Scaled[.25]]


enter image description here



You can also use GraphComputation`EmptyGraph:



Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
ImageMargins -> Scaled[.05], ImageSize -> 300]


enter image description here






share|improve this answer






















    Your Answer




    StackExchange.ifUsing("editor", function ()
    return StackExchange.using("mathjaxEditing", function ()
    StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
    StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
    );
    );
    , "mathjax-editing");

    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "387"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );






    Subranjit is a new contributor. Be nice, and check out our Code of Conduct.









     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f184896%2fgenerating-a-lattice-graph%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    3
    down vote













    GridGraph[4, 4, EdgeStyle -> White, VertexSize -> Medium, 
    VertexStyle -> White, Frame -> True, PlotRangePadding -> Scaled[.25]]


    enter image description here



    You can also use GraphComputation`EmptyGraph:



    Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
    ImageMargins -> Scaled[.05], ImageSize -> 300]


    enter image description here






    share|improve this answer


























      up vote
      3
      down vote













      GridGraph[4, 4, EdgeStyle -> White, VertexSize -> Medium, 
      VertexStyle -> White, Frame -> True, PlotRangePadding -> Scaled[.25]]


      enter image description here



      You can also use GraphComputation`EmptyGraph:



      Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
      ImageMargins -> Scaled[.05], ImageSize -> 300]


      enter image description here






      share|improve this answer
























        up vote
        3
        down vote










        up vote
        3
        down vote









        GridGraph[4, 4, EdgeStyle -> White, VertexSize -> Medium, 
        VertexStyle -> White, Frame -> True, PlotRangePadding -> Scaled[.25]]


        enter image description here



        You can also use GraphComputation`EmptyGraph:



        Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
        ImageMargins -> Scaled[.05], ImageSize -> 300]


        enter image description here






        share|improve this answer














        GridGraph[4, 4, EdgeStyle -> White, VertexSize -> Medium, 
        VertexStyle -> White, Frame -> True, PlotRangePadding -> Scaled[.25]]


        enter image description here



        You can also use GraphComputation`EmptyGraph:



        Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
        ImageMargins -> Scaled[.05], ImageSize -> 300]


        enter image description here







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 hours ago

























        answered 2 hours ago









        kglr

        168k8191394




        168k8191394




















            Subranjit is a new contributor. Be nice, and check out our Code of Conduct.









             

            draft saved


            draft discarded


















            Subranjit is a new contributor. Be nice, and check out our Code of Conduct.












            Subranjit is a new contributor. Be nice, and check out our Code of Conduct.











            Subranjit is a new contributor. Be nice, and check out our Code of Conduct.













             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmathematica.stackexchange.com%2fquestions%2f184896%2fgenerating-a-lattice-graph%23new-answer', 'question_page');

            );

            Post as a guest













































































            Comments

            Popular posts from this blog

            What does second last employer means? [closed]

            List of Gilmore Girls characters

            Confectionery