File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Then ask Claude to recreate it:
1616Please study the attached image. Then plan how to recreate the dashboard. Use ECharts for plotting.
1717```
1818
19- When the plan is ready, ask Claude Code to implement it:
19+ When the plan is ready, ask Claude to implement it:
2020
2121``` text
2222Please implement the plan.
Original file line number Diff line number Diff line change 1- # Generate Visualization from Picture
1+ # Generate Plot from Picture
22
33Upload an image of a plot and ask Claude Code to recreate it!
44
@@ -10,8 +10,6 @@ Upload the image below to Claude Code.
1010
1111![ Distribution of Electricity Plot - Input] ( ../assets/images/examples/distribution-of-electricity-input.png )
1212
13- (Source: [ ECharts Examples] ( https://echarts.apache.org/examples/en/index.html ) )
14-
1513Then ask Claude to recreate it using the HoloViz ecosystem:
1614
1715``` text
@@ -26,7 +24,7 @@ Please implement the plan.
2624
2725## Result
2826
29- Not perfect but a really good starting point.
27+ Not perfect, but a really good starting point.
3028
3129![ Distribution of Electricity Plot - Output] ( ../assets/images/examples/distribution-of-electricity-output.png )
3230
@@ -222,3 +220,7 @@ create_plot()
222220```
223221
224222</details >
223+
224+ ## Credits
225+
226+ The original plot is from [ ECharts Examples] ( https://echarts.apache.org/examples/en/index.html ) .
Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ Get inspired by what you can build with HoloViz MCP.
44
55---
66
7- ## Generate Visualization from Picture
7+ ## Generate Plot from Picture
88
99Upload a plot image and Claude recreates it with HoloViews.
1010
11- [ ![ Input] ( ../assets/images/examples/distribution-of-electricity-input.png )] ( generate-viz -from-picture.md )
11+ [ ![ Input] ( ../assets/images/examples/distribution-of-electricity-input.png )] ( generate-plot -from-picture.md )
1212
13- [ View Example →] ( generate-viz -from-picture.md )
13+ [ View Example →] ( generate-plot -from-picture.md )
1414
1515---
1616
1717## Generate Dashboard from Picture
1818
19- Upload a dashboard image and Claude recreates it.
19+ Upload a dashboard image and Claude recreates it with Panel .
2020
2121[ ![ Input] ( ../assets/images/examples/dashboard-from-image-input.png )] ( generate-dashboard-from-picture.md )
2222
Original file line number Diff line number Diff line change 106106 - Weather Dashboard (Claude) : tutorials/weather-dashboard-claude-code.md
107107 - Examples :
108108 - examples/index.md
109- - Visualization from Picture : examples/generate-viz -from-picture.md
109+ - Plot from Picture : examples/generate-plot -from-picture.md
110110 - Dashboard from Picture : examples/generate-dashboard-from-picture.md
111111 - How-To Guides :
112112 - Installation :
You can’t perform that action at this time.
0 commit comments