Skip to content

Commit d835adf

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

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ to your python scripts folder. This folder should be on your path (add it if it'
3232
<img src="examples/histhelp.png">
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">
35+
3536
<h5>in python</h5>
37+
<p>If you want to use bashplotlib from python, just import histogram and scatterplot.</p>
3638
<pre>from bashplotlib.scatterplot import plot_scatter</pre>
3739
<img src="examples/scatterplothelp.png">
3840
<pre>from bashplotlib.histogram import plot_hist</pre>

0 commit comments

Comments
 (0)