Skip to content

Commit d990629

Browse files
fix
1 parent b75ed66 commit d990629

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Generate Dashboard from Picture
22

3-
Upload an image and ask Claude to recreate it!
3+
Upload an image and ask Claude Code to recreate it!
44

55
![Claude Logo](../assets/images/claude-logo.svg)
66

77
## Input
88

9-
Upload the image below to Claude.
9+
Upload the image below to Claude Code.
1010

1111
![Source Dashboard](../assets/images/examples/dashboard-from-image-input.png)
1212

@@ -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 to implement it:
19+
When the plan is ready, ask Claude Code to implement it:
2020

2121
```text
2222
Please implement the plan.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Generate Visualization from Picture
22

3-
Upload an image of a plot and ask Claude to recreate it!
3+
Upload an image of a plot and ask Claude Code to recreate it!
44

55
![Claude Logo](../assets/images/claude-logo.svg)
66

77
## Input
88

9-
Upload the image below to Claude.
9+
Upload the image below to Claude Code.
1010

1111
![Distribution of Electricity Plot - Input](../assets/images/examples/distribution-of-electricity-input.png)
1212

1313
(Source: [ECharts Examples](https://echarts.apache.org/examples/en/index.html))
1414

15-
Then ask Claude to recreate it:
15+
Then ask Claude to recreate it using the HoloViz ecosystem:
1616

1717
```text
1818
Please study the attached image carefully including styling, labels, grids, annotations, titles etc. Then plan how to recreate it using the HoloViz ecosystem. Please hide the bokeh logo and autohide the bokeh tools. The tools should only be shown when I hover over the plot.

0 commit comments

Comments
 (0)