There was an error while loading. Please reload this page.
1 parent a3745eb commit 34f5f9dCopy full SHA for 34f5f9d
1 file changed
README.md
@@ -28,7 +28,10 @@ to your python scripts folder. This folder should be on your path (add it if it'
28
29
##usage
30
<h5>command line</h5>
31
-<p>this is how you use it from the command line</p>
+<p><code>hist</code> takes input from either stdin or specified using the -f parameter. Input should be a single column of numbers.</p>
32
+<img src="examples/histhelp.png">
33
+<p><code>scatter</code> takes x and y coordinates as input form either a comma delimited file using -f or from 2 different files using -x and -y.</p>
34
+<img src="examples/scatterhelp.png">
35
<h5>in python</h5>
36
<p>this is how you use it in python</p>
37
0 commit comments