Skip to content

Commit bec37d8

Browse files
author
minjk-bl
committed
Chart menu align changed
1 parent 8d50031 commit bec37d8

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

data/libraries.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3102,28 +3102,28 @@
31023102
}
31033103
},
31043104
{
3105-
"id" : "visualize_chart",
3105+
"id" : "pd_plot",
31063106
"type" : "function",
31073107
"level": 1,
3108-
"name" : "Matplotlib",
3109-
"tag" : "MATPLOTLIB,CHART,VISUALIZATION,VISUALIZE",
3110-
"path" : "visualpython - visualization - matplotlib",
3111-
"desc" : "Matplotlib chart creation",
3112-
"file" : "m_apps/Chart",
3108+
"name" : "Pandas Plot",
3109+
"tag" : "PANDAS PLOT,PANDAS",
3110+
"path" : "visualpython - library - pandas - plot",
3111+
"desc" : "Pandas plot creation",
3112+
"file" : "m_library/m_pandas/plot",
31133113
"apps" : {
31143114
"color": 1,
31153115
"icon": "apps/apps_chart.svg"
31163116
}
31173117
},
31183118
{
3119-
"id" : "pd_plot",
3119+
"id" : "visualize_chart",
31203120
"type" : "function",
31213121
"level": 1,
3122-
"name" : "Pandas Plot",
3123-
"tag" : "PANDAS PLOT,PANDAS",
3124-
"path" : "visualpython - library - pandas - plot",
3125-
"desc" : "Pandas plot creation",
3126-
"file" : "m_library/m_pandas/plot",
3122+
"name" : "Matplotlib",
3123+
"tag" : "MATPLOTLIB,CHART,VISUALIZATION,VISUALIZE",
3124+
"path" : "visualpython - visualization - matplotlib",
3125+
"desc" : "Matplotlib chart creation",
3126+
"file" : "m_apps/Chart",
31273127
"apps" : {
31283128
"color": 1,
31293129
"icon": "apps/apps_chart.svg"

0 commit comments

Comments
 (0)