Skip to content

Commit 9e2b402

Browse files
author
minjk-bl
committed
Edit palette number for apps
1 parent de6aefb commit 9e2b402

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

visualpython/data/libraries.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3186,7 +3186,7 @@
31863186
"desc" : "Plotly chart creation",
31873187
"file" : "m_visualize/Plotly",
31883188
"apps" : {
3189-
"color": 5,
3189+
"color": 6,
31903190
"icon": "apps/apps_visualize.svg"
31913191
}
31923192
},
@@ -3200,7 +3200,7 @@
32003200
"desc" : "Word Cloud",
32013201
"file" : "m_visualize/WordCloud",
32023202
"apps" : {
3203-
"color": 5,
3203+
"color": 6,
32043204
"icon": "apps/apps_wordcloud.svg"
32053205
}
32063206
}
@@ -3226,7 +3226,7 @@
32263226
"desc" : "Data sets for machine learning",
32273227
"file" : "m_ml/DataSets",
32283228
"apps" : {
3229-
"color": 6,
3229+
"color": 11,
32303230
"icon": "apps/apps_dataset.svg"
32313231
}
32323232
},
@@ -3240,7 +3240,7 @@
32403240
"desc" : "Data split for machine learning",
32413241
"file" : "m_ml/dataSplit",
32423242
"apps" : {
3243-
"color": 6,
3243+
"color": 11,
32443244
"icon": "apps/apps_datasplit.svg"
32453245
}
32463246
},
@@ -3254,7 +3254,7 @@
32543254
"desc" : "Data preparation for machine learning",
32553255
"file" : "m_ml/DataPrep",
32563256
"apps" : {
3257-
"color": 6,
3257+
"color": 11,
32583258
"icon": "apps/apps_dataprep.svg"
32593259
}
32603260
},
@@ -3268,7 +3268,7 @@
32683268
"desc" : "AutoML model for machine learning",
32693269
"file" : "m_ml/AutoML",
32703270
"apps" : {
3271-
"color": 6,
3271+
"color": 11,
32723272
"icon": "apps/apps_automl.svg"
32733273
}
32743274
},
@@ -3282,7 +3282,7 @@
32823282
"desc" : "Regression model for machine learning",
32833283
"file" : "m_ml/Regression",
32843284
"apps" : {
3285-
"color": 7,
3285+
"color": 12,
32863286
"icon": "apps/apps_regression.svg"
32873287
}
32883288
},
@@ -3296,7 +3296,7 @@
32963296
"desc" : "Classification model for machine learning",
32973297
"file" : "m_ml/Classification",
32983298
"apps" : {
3299-
"color": 7,
3299+
"color": 12,
33003300
"icon": "apps/apps_classification.svg"
33013301
}
33023302
},
@@ -3310,7 +3310,7 @@
33103310
"desc" : "Clustering model for machine learning",
33113311
"file" : "m_ml/Clustering",
33123312
"apps" : {
3313-
"color": 7,
3313+
"color": 12,
33143314
"icon": "apps/apps_clustering.svg"
33153315
}
33163316
},
@@ -3324,7 +3324,7 @@
33243324
"desc" : "Dimension reduction model for machine learning",
33253325
"file" : "m_ml/DimensionReduction",
33263326
"apps" : {
3327-
"color": 7,
3327+
"color": 12,
33283328
"icon": "apps/apps_dimension.svg"
33293329
}
33303330
},
@@ -3338,7 +3338,7 @@
33383338
"desc" : "Model save/load for machine learning",
33393339
"file" : "m_ml/SaveLoad",
33403340
"apps" : {
3341-
"color": 8,
3341+
"color": 13,
33423342
"icon": "apps/apps_file.svg"
33433343
}
33443344
},
@@ -3352,7 +3352,7 @@
33523352
"desc" : "Model fit/predict for machine learning",
33533353
"file" : "m_ml/FitPredict",
33543354
"apps" : {
3355-
"color": 8,
3355+
"color": 13,
33563356
"icon": "apps/apps_fit.svg"
33573357
}
33583358
},
@@ -3366,7 +3366,7 @@
33663366
"desc" : "Model information for machine learning",
33673367
"file" : "m_ml/ModelInfo",
33683368
"apps" : {
3369-
"color": 8,
3369+
"color": 13,
33703370
"icon": "apps/apps_predict.svg"
33713371
}
33723372
},
@@ -3380,7 +3380,7 @@
33803380
"desc" : "Performance evaluation for machine learning",
33813381
"file" : "m_ml/evaluation",
33823382
"apps" : {
3383-
"color": 8,
3383+
"color": 13,
33843384
"icon": "apps/apps_evaluate.svg"
33853385
}
33863386
}

0 commit comments

Comments
 (0)