Skip to content

Commit

Permalink
Merge pull request #1 from Astroua/master
Browse files Browse the repository at this point in the history
Merge latest upstream
  • Loading branch information
keflavich committed Nov 14, 2014
2 parents af4bf93 + a30c382 commit 4b88b2d
Show file tree
Hide file tree
Showing 2 changed files with 159 additions and 152 deletions.
2 changes: 1 addition & 1 deletion scimes/orion2scimes.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def showdendro( dendro, cores_idx):

col = '#%02X%02X%02X' % (r(),r(),r())
cols.append(col)
p.plot_tree(ax, structure=cores_idx[i], color=cols[i], lw=3)
p.plot_tree(ax, structure=dendro[cores_idx[i]], color=cols[i], lw=3)

ax.set_title("Final clustering configuration")

Expand Down
Loading

0 comments on commit 4b88b2d

Please sign in to comment.