We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd497db commit 4e291c3Copy full SHA for 4e291c3
1 file changed
README.md
@@ -33,7 +33,10 @@ to your python scripts folder. This folder should be on your path (add it if it'
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>
+<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">
40
41
##examples
42
<pre>$ scatter -f data/texas.txt --pch .</pre>
0 commit comments