Generating a lattice graph
Clash Royale CLAN TAG#URR8PPP
up vote
3
down vote
favorite
How can I generate the following lattice graph?
You are welcome to make your own assumptions.
Is it possible to this using GridGraph
?
graphs-and-networks
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.
add a comment |Â
up vote
3
down vote
favorite
How can I generate the following lattice graph?
You are welcome to make your own assumptions.
Is it possible to this using GridGraph
?
graphs-and-networks
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
add a comment |Â
up vote
3
down vote
favorite
up vote
3
down vote
favorite
How can I generate the following lattice graph?
You are welcome to make your own assumptions.
Is it possible to this using GridGraph
?
graphs-and-networks
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?
You are welcome to make your own assumptions.
Is it possible to this using GridGraph
?
graphs-and-networks
graphs-and-networks
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.
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
add a comment |Â
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
add a comment |Â
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]]
You can also use GraphComputation`EmptyGraph
:
Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
ImageMargins -> Scaled[.05], ImageSize -> 300]
add a comment |Â
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]]
You can also use GraphComputation`EmptyGraph
:
Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
ImageMargins -> Scaled[.05], ImageSize -> 300]
add a comment |Â
up vote
3
down vote
GridGraph[4, 4, EdgeStyle -> White, VertexSize -> Medium,
VertexStyle -> White, Frame -> True, PlotRangePadding -> Scaled[.25]]
You can also use GraphComputation`EmptyGraph
:
Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
ImageMargins -> Scaled[.05], ImageSize -> 300]
add a comment |Â
up vote
3
down vote
up vote
3
down vote
GridGraph[4, 4, EdgeStyle -> White, VertexSize -> Medium,
VertexStyle -> White, Frame -> True, PlotRangePadding -> Scaled[.25]]
You can also use GraphComputation`EmptyGraph
:
Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
ImageMargins -> Scaled[.05], ImageSize -> 300]
GridGraph[4, 4, EdgeStyle -> White, VertexSize -> Medium,
VertexStyle -> White, Frame -> True, PlotRangePadding -> Scaled[.25]]
You can also use GraphComputation`EmptyGraph
:
Framed @ Show[GraphComputation`EmptyGraph[Range[16]],
ImageMargins -> Scaled[.05], ImageSize -> 300]
edited 2 hours ago
answered 2 hours ago
kglr
168k8191394
168k8191394
add a comment |Â
add a comment |Â
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.
Subranjit is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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