Skip to content

Commit 34d7bc3

Browse files
authored
Update matplotlib-line-plot.md
1 parent 310ff8f commit 34d7bc3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

contrib/plotting-visualization/matplotlib-line-plot.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ plt.show()
3131
```
3232
When executed, this will show the following line plot:
3333

34-
![Basic line Chart](contrib/plotting-visualization/images/simple_line.png)
34+
![Basic line Chart](images/simple_line.png)
3535

3636

3737
## Curved line
@@ -49,7 +49,7 @@ plt.show()
4949
```
5050
When executed, this will show the following Curved line plot:
5151

52-
![Curved line](contrib/plotting-visualization/images/line-curve.png)
52+
![Curved line](images/line-curve.png)
5353

5454

5555
## Line with Labels
@@ -74,7 +74,7 @@ plt.show()
7474
```
7575
When executed, this will show the following line with labels plot:
7676

77-
![line with labels](contrib/plotting-visualization/images/line-labels.png)
77+
![line with labels](images/line-labels.png)
7878

7979
## Multiple lines
8080

@@ -100,7 +100,7 @@ plt.show()
100100
```
101101
When executed, this will show the following Multiple lines plot:
102102

103-
![multiple lines](contrib/plotting-visualization/images/two-lines.png)
103+
![multiple lines](images/two-lines.png)
104104

105105

106106
## Dotted line
@@ -126,7 +126,7 @@ plt.show()
126126

127127
When executed, this will show the following Dotted line plot:
128128

129-
![dotted lines](contrib/plotting-visualization/images/dot-line.png)
129+
![dotted lines](images/dot-line.png)
130130

131131
## Line ticks
132132

@@ -162,7 +162,7 @@ plt.show()
162162

163163
When executed, this will show the following line ticks plot:
164164

165-
![line ticks](contrib/plotting-visualization/images/line-ticks.png)
165+
![line ticks](images/line-ticks.png)
166166

167167
## Line with asymptote
168168

@@ -218,7 +218,7 @@ plt.show()
218218

219219
When executed, this will show the following Line with asymptote plot:
220220

221-
![Line with asymptote](contrib/plotting-visualization/images/line-asymptote.png)
221+
![Line with asymptote](images/line-asymptote.png)
222222

223223
## Line with text scale
224224

@@ -263,6 +263,6 @@ plt.show()
263263
```
264264
When executed, this will show the following Line with text scale plot:
265265

266-
![Line with text scale](contrib/plotting-visualization/images/line-with-text-scale.png)
266+
![Line with text scale](images/line-with-text-scale.png)
267267

268268

0 commit comments

Comments
 (0)