Skip to content

Commit c074e9f

Browse files
committed
Update README.md
1 parent 88af7d2 commit c074e9f

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,14 @@ to your python scripts folder. This folder should be on your path (add it if it'
3434
<pre>$ scatter -f data/texas.txt --pch .</pre>
3535
<img src="examples/texas.png">
3636

37-
3837
<pre>$ hist data/exp.txt</pre>
39-
insert picture of output here
40-
38+
<img src="examples/histogram.png">
4139

4240
<pre>$ scatter -x data/x_test.txt -y data/y_test.txt</pre>
43-
insert picture of output here
41+
<img src="examples/scatter.png">
42+
4443
<pre>$ scatter -f data/lower48.txt -s 40 --pch .</pre>
45-
insert picture of output here
44+
<img src="examples/usa.png">
4645

4746
##todo
4847
<ul>

0 commit comments

Comments
 (0)