Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/examples/generate-dashboard-from-picture.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Generate Dashboard from Picture

Upload an image and ask Claude to recreate it!
Upload an image and ask Claude Code to recreate it!

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

## Input

Upload the image below to Claude.
Upload the image below to Claude Code.

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

Expand All @@ -16,7 +16,7 @@ Then ask Claude to recreate it:
Please study the attached image. Then plan how to recreate the dashboard. Use ECharts for plotting.
```

When the plan is ready, ask Claude to implement it:
When the plan is ready, ask Claude Code to implement it:

```text
Please implement the plan.
Expand Down
6 changes: 3 additions & 3 deletions docs/examples/generate-viz-from-picture.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Generate Visualization from Picture

Upload an image of a plot and ask Claude to recreate it!
Upload an image of a plot and ask Claude Code to recreate it!

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

## Input

Upload the image below to Claude.
Upload the image below to Claude Code.

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

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

Then ask Claude to recreate it:
Then ask Claude to recreate it using the HoloViz ecosystem:

```text
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.
Expand Down
Loading