Skip to content

Commit f231956

Browse files
Merge pull request #129 from MarcSkovMadsen/enhancement/rename-plot
Enhancement: rename to plot
2 parents c154416 + 2c3ab8f commit f231956

4 files changed

Lines changed: 12 additions & 10 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 renamed to docs/examples/generate-plot-from-picture.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generate Visualization from Picture
1+
# Generate Plot from Picture
22

33
Upload 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-
1513
Then 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).

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)