We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd0b436 commit 08b1d5fCopy full SHA for 08b1d5f
1 file changed
README.md
@@ -28,17 +28,17 @@ to your python scripts folder. This folder should be on your path (add it if it'
28
<p>this is how you use it in python</p>
29
30
##examples
31
-<pre>scatter -f data/texas.txt --pch .</pre>
+<pre>$ scatter -f data/texas.txt --pch .</pre>
32
insert picture of output here
33
34
35
-<pre>hist data/exp.txt</pre>
+<pre>$ hist data/exp.txt</pre>
36
37
38
39
-<pre>scatter -x data/x_test.txt -y data/y_test.txt</pre>
+<pre>$ scatter -x data/x_test.txt -y data/y_test.txt</pre>
40
41
-<pre>scatter -f data/lower48.txt -s 40 --pch .</pre>
+<pre>$ scatter -f data/lower48.txt -s 40 --pch .</pre>
42
43
44
##todo
0 commit comments