Skip to content

Commit 0bc5c30

Browse files
authored
docs(examples): images
1 parent 26c69da commit 0bc5c30

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

examples/05_charts/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ This directory gather several examples involving various charts library like Plo
77
This example illustrates how many kinds of charts are easily made and manipulated with Altair and trame.
88

99
<p style="float: left;">
10-
<img src="../../../docs/content/examples/USIncomeByState.jpg" width="400">
11-
<img src="../../../docs/content/examples/StreamGraph.jpg" width="400">
12-
<img src="../../../docs/content/examples/ScatterMatrix.jpg" width="400">
10+
<img src="../../docs/vitepress/assets/images/examples/USIncomeByState.jpg" width="400">
11+
<img src="../../docs/vitepress/assets/images/examples/StreamGraph.jpg" width="400">
12+
<img src="../../docs/vitepress/assets/images/examples/ScatterMatrix.jpg" width="400">
1313
</p>
1414

1515
## Matplotlib Examples
1616

1717
This example illustrates how many kinds of charts are easily made and manipulated with matplotlib and trame.
1818

1919
<p style="float: left;">
20-
<img src="../../../../docs/content/examples/MatplotlibScatterPlot.jpg" width="400">
21-
<img src="../../../../docs/content/examples/MatplotlibSubPolts.jpg" width="400">
20+
<img src="../../docs/vitepress/assets/images/examples/MatplotlibScatterPlot.jpg" width="400">
21+
<img src="../../docs/vitepress/assets/images/examples/MatplotlibSubPolts.jpg" width="400">
2222
</p>
2323

2424
## Plotly Examples
2525

2626
This example illustrates how many kinds of charts are easily made and manipulated with Plotly and trame.
2727

2828
<p style="float: left;">
29-
<img src="../../../../docs/content/examples/PlotlyContour.jpg" width="400">
30-
<img src="../../../../docs/content/examples/PlotlyScatterPlot.jpg" width="400">
29+
<img src="../../docs/vitepress/assets/images/examples/PlotlyContour.jpg" width="400">
30+
<img src="../../docs/vitepress/assets/images/examples/PlotlyScatterPlot.jpg" width="400">
3131
</p>

0 commit comments

Comments
 (0)