-
I often have to graph bytes or large numbers. It would be helpful if I could pass a function in that can be used to format the number shown, something like:
```
memPlot := asciigraph.Plot(mem…
-
Hi.
I've added some code to enable options to color the parts of the graph that is above/below a certain value. So this graph:
Is produced by the following code:
```
func main() {
series…
-
Followed the install and verified ascii_graph is installed:
>>>>asciigraph -h
Usage: asciigraph [-l ] [-f file] [-s inc|dec] \
[-c] [-t [-T ] \
[-w ] [-m ] [-H] [-M cs|si]
-
Hello, was trying to run it and I have the following:
```nim
var a = @[10.0, 3, 5, 7, 4]
echo plot(a, caption="An example graph!")
```
```log
.nimble/pkgs/asciigraph-0.1.0/asciigraph.nim…
-
Under sbt 0.13.17; sbt-dependency-draph 0.9.2, a multi-module project:
```
> Common/dependencyTree
[info] com.ocado.cfc.vectortests:common_2.12:0ec6cb226ed46262f97474689f421a5a9a4f2305-SNAPSHOT-pmp…
pmpfr updated
5 years ago
-
Find a way to fix it without hardcoding anything (characters are not cleared in stdout when flushing)
On [line 578](https://github.com/Chris1320/YTDLer/blob/d0ad50eb90587976a09b856d197d4077eb3d0cf8…
-
Hi there, pretty awesome lib!
How complex would it be to add an option to print the x-axis in addition to the y-axis?
I want to use your library in my [fan2go](https://github.com/markusressel/fan2…
-
Would be amazing to actually get charts from query responses in your terminal.
bahlo updated
2 years ago
-
It seems `loads` in msgpack-python 1.0 now returns a string (it was bytes previously), so doing
https://github.com/cosminbasca/asciinet/blob/cec4d1f18d4c568622f3b51b9798c4502abf1cdc/pyasciinet/asci…
teake updated
3 years ago
-
**Is your feature request related to a problem? Please describe.**
Knowing the containers' instantaneous use of resources is very useful but often not enough, we need to know how the use …