bashplotlib
bashplotlib copied to clipboard
plotting in the terminal
Hi I wish I could do some "live" ploting. Let's say I'm migrating stuff from server, I'ld like to keep an eye on disk space, I'ld like to do something...
Nice library, but because of prints without parenthesis, doesn't work in python3. I suggest adding print_function future import and using () after all prints to support both 2 and 3.
In a virtualenv: ``` $ pip install bashplotlib $ ... | hist ... ImportError: No module named bashplotlib.histogram ``` Here is my environment on a _Ubuntu 12.04_: ``` $ python...
Hi, I'm using Python 3.4.2 and run into the following error when trying to import 'bashplotlib': ``` ImportError: No module named 'bashplotlib' ``` It happens when importing it in my...
The documentation in the README shows `nosummary` as a keyword argument for `plot_hist`, but it seems as though this was changed to `showSummary` (and the meaning of the flag inverted)....
Currently the LICENSE is not distributed within the tarball. Can you please include the LICENSE in future distributions?
Using the `multiprocessing.Pool` the downloading of the `examples/data` can get a noticeable speed improvement. I haven't tested it for an exact benchmark but, I ran the two different methods side-by-side...
I have to confess that I haven't played with your library yet, I just looked at the README on GitHub. Still, your project reminded me of [drawille](https://github.com/asciimoo/drawille), which is meant...
hello first sorry my english is not that good , hope you understand thank you i tryng to realtime plot two parameter in python exemple i do have this two...