We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ba2881 + 0de803f commit 88af7d2Copy full SHA for 88af7d2
1 file changed
README.md
@@ -19,13 +19,9 @@
19
to your python scripts folder. This folder should be on your path (add it if it's not).</p>
20
21
##features
22
-<p>put some features in here</p>
23
<ul>
24
- <li>1</li>
25
- <li>2</li>
26
- <li>3</li>
27
- <li>4</li>
28
- <li>5</li>
+ <li>quick plotting from the command line</li>
+ <li>pipe data into plots with stdin</li>
29
</ul>
30
31
##usage
@@ -36,7 +32,7 @@ to your python scripts folder. This folder should be on your path (add it if it'
36
32
37
33
##examples
38
34
<pre>$ scatter -f data/texas.txt --pch .</pre>
39
-insert picture of output here
35
+<img src="examples/texas.png">
40
41
42
<pre>$ hist data/exp.txt</pre>
0 commit comments