We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7d770 commit dba0047Copy full SHA for dba0047
README.md
@@ -52,9 +52,6 @@ to your python scripts folder. This folder should be on your path (add it if it'
52
<pre>$ scatter -x data/x_test.txt -y data/y_test.txt</pre>
53
<img src="examples/img/scatter.png">
54
55
-<pre>$ cat data/lower48.txt | scatter --size 40 --pch . --colour blue</pre>
56
-<img src="examples/img/usa.png">
57
-
58
##todo
59
<ul>
60
<li>sideways numbers for x-axis of histograms</li>
setup.py
@@ -3,7 +3,7 @@
3
4
setup(
5
name="bashplotlib",
6
- version="0.3.9",
+ version="0.4.0",
7
author="Greg Lamp",
8
author_email="lamp.greg@gmail.com",
9
url="https://github.com/glamp/bashplotlib",
0 commit comments