Skip to content

Commit 869ac71

Browse files
rename plot
1 parent d990629 commit 869ac71

4 files changed

Lines changed: 6 additions & 230 deletions

File tree

docs/examples/generate-dashboard-from-picture.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Then ask Claude to recreate it:
1616
Please 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
2222
Please implement the plan.

docs/examples/generate-viz-from-picture.md

Lines changed: 0 additions & 224 deletions
This file was deleted.

docs/examples/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

99
Upload 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

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ nav:
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:

0 commit comments

Comments
 (0)