You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When generating triangular lattices, it should be possible to store the lattice positions as attributes for ease of plotting. This should be an optional argument in the lattice generator functions such as ring_lattice.
xgi.ring_lattice(n, d, k, l, store_pos=True)
The text was updated successfully, but these errors were encountered:
Related to #179.
When generating triangular lattices, it should be possible to store the lattice positions as attributes for ease of plotting. This should be an optional argument in the lattice generator functions such as
ring_lattice
.The text was updated successfully, but these errors were encountered: