|
|
@@ -4,7 +4,7 @@ import numpy as np
|
|
|
|
|
|
def plotCluster(data, clusterName="cluster", xName="FDC_1", yName="FDC_2", stroke=20):
|
|
|
colors_set = [
|
|
|
- 'lightcoral', 'cornflowerblue', 'orange','mediumorchid', 'lightseagreen'
|
|
|
+ 'lightgray', 'lightcoral', 'cornflowerblue', 'orange','mediumorchid', 'lightseagreen'
|
|
|
, 'olive', 'chocolate', 'steelblue', 'paleturquoise', 'lightgreen'
|
|
|
, 'burlywood', 'lightsteelblue']
|
|
|
|