We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88af7d2 commit c074e9fCopy full SHA for c074e9f
1 file changed
README.md
@@ -34,15 +34,14 @@ to your python scripts folder. This folder should be on your path (add it if it'
34
<pre>$ scatter -f data/texas.txt --pch .</pre>
35
<img src="examples/texas.png">
36
37
-
38
<pre>$ hist data/exp.txt</pre>
39
-insert picture of output here
40
+<img src="examples/histogram.png">
41
42
<pre>$ scatter -x data/x_test.txt -y data/y_test.txt</pre>
43
+<img src="examples/scatter.png">
+
44
<pre>$ scatter -f data/lower48.txt -s 40 --pch .</pre>
45
+<img src="examples/usa.png">
46
47
##todo
48
<ul>
0 commit comments