Skip to content

Commit 34f5f9d

Browse files
committed
Update README.md
1 parent a3745eb commit 34f5f9d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ to your python scripts folder. This folder should be on your path (add it if it'
2828

2929
##usage
3030
<h5>command line</h5>
31-
<p>this is how you use it from the command line</p>
31+
<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">
3235
<h5>in python</h5>
3336
<p>this is how you use it in python</p>
3437

0 commit comments

Comments
 (0)