Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions SCHISM/visualize.py
Original file line number Diff line number Diff line change
Expand Up @@ -509,8 +509,8 @@ def plot_mut_clust_cellularity(args):
# "#F375A0", "#874B2C", "#C894F1", "#C3401E", "#91430F", "#F65348"]
# modified color palette
colorPalette = ['#323f7b', '#cb3245', '#638e4d', '#9a336d', '#e2a86a',\
'246c8f', '#7d303d', '#734d85', '#077783', '#9c7688',\
'b48b73', '#7da1bf', '#4b6b6c', '#7b7282', '#263246']
'#246c8f', '#7d303d', '#734d85', '#077783', '#9c7688',\
'#b48b73', '#7da1bf', '#4b6b6c', '#7b7282', '#263246']

if len(cl2index) > len(colorPalette):
print >>sys.stderr, 'Cellularity plot not supported for more than 15 clusters.'
Expand Down