diff --git a/docs/examples/generate-dashboard-from-picture.md b/docs/examples/generate-dashboard-from-picture.md index 8f25320..bbd36dd 100644 --- a/docs/examples/generate-dashboard-from-picture.md +++ b/docs/examples/generate-dashboard-from-picture.md @@ -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) @@ -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. diff --git a/docs/examples/generate-viz-from-picture.md b/docs/examples/generate-viz-from-picture.md index fcbea1f..49a2afe 100644 --- a/docs/examples/generate-viz-from-picture.md +++ b/docs/examples/generate-viz-from-picture.md @@ -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.