iups
This commit is contained in:
@@ -39,6 +39,7 @@ def plot_corrloads(R, pc1=0,pc2=1,s=20, c='b', zorder=5,expvar=None,ax=None,draw
|
||||
#pylab.show()
|
||||
|
||||
def plot_dag(edge_dict, node_color='b', node_size=30,labels=None,nodelist=None,pos=None):
|
||||
# networkx does not play well with colon in node names
|
||||
clean_edges = {}
|
||||
for head, neigb in edge_dict.items():
|
||||
head = head.replace(":", "_")
|
||||
|
Reference in New Issue
Block a user