@@ -31,7 +31,7 @@ plt.show()
31
31
```
32
32
When executed, this will show the following line plot:
33
33
34
- ![ Basic line Chart] ( contrib/plotting-visualization/ images/simple_line.png)
34
+ ![ Basic line Chart] ( images/simple_line.png )
35
35
36
36
37
37
## Curved line
@@ -49,7 +49,7 @@ plt.show()
49
49
```
50
50
When executed, this will show the following Curved line plot:
51
51
52
- ![ Curved line] ( contrib/plotting-visualization/ images/line-curve.png)
52
+ ![ Curved line] ( images/line-curve.png )
53
53
54
54
55
55
## Line with Labels
@@ -74,7 +74,7 @@ plt.show()
74
74
```
75
75
When executed, this will show the following line with labels plot:
76
76
77
- ![ line with labels] ( contrib/plotting-visualization/ images/line-labels.png)
77
+ ![ line with labels] ( images/line-labels.png )
78
78
79
79
## Multiple lines
80
80
@@ -100,7 +100,7 @@ plt.show()
100
100
```
101
101
When executed, this will show the following Multiple lines plot:
102
102
103
- ![ multiple lines] ( contrib/plotting-visualization/ images/two-lines.png)
103
+ ![ multiple lines] ( images/two-lines.png )
104
104
105
105
106
106
## Dotted line
@@ -126,7 +126,7 @@ plt.show()
126
126
127
127
When executed, this will show the following Dotted line plot:
128
128
129
- ![ dotted lines] ( contrib/plotting-visualization/ images/dot-line.png)
129
+ ![ dotted lines] ( images/dot-line.png )
130
130
131
131
## Line ticks
132
132
@@ -162,7 +162,7 @@ plt.show()
162
162
163
163
When executed, this will show the following line ticks plot:
164
164
165
- ![ line ticks] ( contrib/plotting-visualization/ images/line-ticks.png)
165
+ ![ line ticks] ( images/line-ticks.png )
166
166
167
167
## Line with asymptote
168
168
@@ -218,7 +218,7 @@ plt.show()
218
218
219
219
When executed, this will show the following Line with asymptote plot:
220
220
221
- ![ Line with asymptote] ( contrib/plotting-visualization/ images/line-asymptote.png)
221
+ ![ Line with asymptote] ( images/line-asymptote.png )
222
222
223
223
## Line with text scale
224
224
@@ -263,6 +263,6 @@ plt.show()
263
263
```
264
264
When executed, this will show the following Line with text scale plot:
265
265
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 )
267
267
268
268
0 commit comments