This commit is contained in:
2007-08-21 10:25:23 +00:00
parent 26ab6c3fe7
commit e06eeb6d17
3 changed files with 125 additions and 82 deletions

View File

@@ -5,7 +5,7 @@ import networkx as nx
def plot_corrloads(R, pc1=0,pc2=1,s=20, c='b', zorder=5,expvar=None,ax=None,drawback=True, labels=None):
""" Correlation loading plot."""
# backgorund
# background
if ax==None or drawback==True:
radius = 1
center = (0,0)