Skip to content

Commit fc23ebe

Browse files
authored
Update README.md
1 parent 24dd6cb commit fc23ebe

File tree

1 file changed

+20
-8
lines changed

1 file changed

+20
-8
lines changed

README.md

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ A comprehensive collection of Gnuplot examples
1212

1313
<div >
1414
<kbd>
15-
<a href="www.google.com.br">
16-
<img src="https://user-images.githubusercontent.com/114015/102024554-bd7a5d80-3d60-11eb-8959-c6bff721ef47.png"/>
15+
<a href="https://github.com/iselab-dearborn/gnuplot-scripts/tree/main/line-charts/basic-line">
16+
<img src="https://user-images.githubusercontent.com/114015/102024554-bd7a5d80-3d60-11eb-8959-c6bff721ef47.png"/>
1717
</a>
1818
</kbd>
1919
</div>
@@ -23,28 +23,36 @@ A comprehensive collection of Gnuplot examples
2323
#### Basic Bar
2424
<div >
2525
<kbd>
26-
<img src="https://user-images.githubusercontent.com/114015/102024574-dc78ef80-3d60-11eb-96c7-d934d82595d2.png"/>
26+
<a href="https://github.com/iselab-dearborn/gnuplot-scripts/tree/main/column-and-bar-charts/basic-bar">
27+
<img src="https://user-images.githubusercontent.com/114015/102024574-dc78ef80-3d60-11eb-96c7-d934d82595d2.png"/>
28+
</a>
2729
</kbd>
2830
</div>
2931

3032
#### Basic Column
3133
<div >
3234
<kbd>
33-
<img src="https://user-images.githubusercontent.com/114015/102024553-bce1c700-3d60-11eb-81a3-4edb9b00bdcd.png"/>
35+
<a href="https://github.com/iselab-dearborn/gnuplot-scripts/tree/main/column-and-bar-charts/basic-column">
36+
<img src="https://user-images.githubusercontent.com/114015/102024553-bce1c700-3d60-11eb-81a3-4edb9b00bdcd.png"/>
37+
</a>
3438
</kbd>
3539
</div>
3640

3741
#### Column with Negative Values
3842
<div >
3943
<kbd>
40-
<img src="https://user-images.githubusercontent.com/114015/102024556-bd7a5d80-3d60-11eb-9722-6ea7e9500009.png"/>
44+
<a href="https://github.com/iselab-dearborn/gnuplot-scripts/tree/main/column-and-bar-charts/column-with-negative-values">
45+
<img src="https://user-images.githubusercontent.com/114015/102024556-bd7a5d80-3d60-11eb-9722-6ea7e9500009.png"/>
46+
</a>
4147
</kbd>
4248
</div>
4349

4450
#### Stacked Column
4551
<div >
4652
<kbd>
47-
<img src="https://user-images.githubusercontent.com/114015/102024562-c10de480-3d60-11eb-80af-a928a155a64b.png"/>
53+
<a href="https://github.com/iselab-dearborn/gnuplot-scripts/tree/main/column-and-bar-charts/stacked-column">
54+
<img src="https://user-images.githubusercontent.com/114015/102024562-c10de480-3d60-11eb-80af-a928a155a64b.png"/>
55+
</a>
4856
</kbd>
4957
</div>
5058

@@ -53,14 +61,18 @@ A comprehensive collection of Gnuplot examples
5361
#### Spiderweb
5462
<div >
5563
<kbd>
56-
<img src="https://user-images.githubusercontent.com/114015/102024561-c0754e00-3d60-11eb-9059-239e0086b942.png"/>
64+
<a href="https://github.com/iselab-dearborn/gnuplot-scripts/tree/main/more-chart-types/spiderweb">
65+
<img src="https://user-images.githubusercontent.com/114015/102024561-c0754e00-3d60-11eb-9059-239e0086b942.png"/>
66+
</a>
5767
</kbd>
5868
</div>
5969

6070
#### Box Plot
6171
<div >
6272
<kbd>
63-
<img src="https://user-images.githubusercontent.com/114015/102024555-bd7a5d80-3d60-11eb-8f59-22a579b6301b.png"/>
73+
<a href="https://github.com/iselab-dearborn/gnuplot-scripts/tree/main/more-chart-types/box-plot">
74+
<img src="https://user-images.githubusercontent.com/114015/102024555-bd7a5d80-3d60-11eb-8f59-22a579b6301b.png"/>
75+
</a>
6476
</kbd>
6577
</div>
6678

0 commit comments

Comments
 (0)