Skip to content
Snippets Groups Projects
Commit 2e752cf0 authored by Anton Akhmerov's avatar Anton Akhmerov Committed by Christoph Groth
Browse files

remove deprecated sys.site

parent 5dc5e8e2
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ def plot_data(sys, n):
# use two different sort of triangles to cleanly fill the space
#HIDDEN_BEGIN_plotdata3
def family_shape(i):
site = sys.site(i)
site = sys.sites[i]
return ('p', 3, 180) if site.family == a else ('p', 3, 0)
def family_color(i):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment