Skip to content

Commit 4e291c3

Browse files
committed
Update README.md
1 parent bd497db commit 4e291c3

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
@@ -33,7 +33,10 @@ to your python scripts folder. This folder should be on your path (add it if it'
3333
<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>
3434
<img src="examples/scatterhelp.png">
3535
<h5>in python</h5>
36-
<p>this is how you use it in python</p>
36+
<pre>from bashplotlib.scatterplot import plot_scatter</pre>
37+
<img src="examples/scatterplothelp.png">
38+
<pre>from bashplotlib.histogram import plot_hist</pre>
39+
<img src="examples/histogramhelp.png">
3740

3841
##examples
3942
<pre>$ scatter -f data/texas.txt --pch .</pre>

0 commit comments

Comments
 (0)