Skip to content

Commit 20d2514

Browse files
author
minjk-bl
committed
Add and remove menu items
1 parent 245dbce commit 20d2514

File tree

2 files changed

+28
-3292
lines changed

2 files changed

+28
-3292
lines changed

data/libraries.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3091,6 +3091,20 @@
30913091
"icon": "apps/apps_style.svg"
30923092
}
30933093
},
3094+
{
3095+
"id": "visualize_chart",
3096+
"type": "function",
3097+
"level": 2,
3098+
"name": "Matplotlib",
3099+
"path": "visualpython - visualization - matplotlib",
3100+
"desc": "",
3101+
"tag": "MATPLOTLIB, PLOT, CHART",
3102+
"file": "m_visualize/Chart",
3103+
"apps" : {
3104+
"color": 5,
3105+
"icon": "apps/apps_chart.svg"
3106+
}
3107+
},
30943108
{
30953109
"id" : "visualize_seaborn",
30963110
"type" : "function",
@@ -3104,6 +3118,20 @@
31043118
"color": 5,
31053119
"icon": "apps/apps_visualize.svg"
31063120
}
3121+
},
3122+
{
3123+
"id" : "visualize_wordcloud",
3124+
"type" : "function",
3125+
"level": 1,
3126+
"name" : "WordCloud",
3127+
"tag" : "WORDCLOUD,VISUALIZATION,VISUALIZE",
3128+
"path" : "visualpython - visualization - wordcloud",
3129+
"desc" : "Word Cloud",
3130+
"file" : "m_visualize/WordCloud",
3131+
"apps" : {
3132+
"color": 5,
3133+
"icon": "apps/apps_wordcloud.svg"
3134+
}
31073135
}
31083136
]
31093137
},

0 commit comments

Comments
 (0)