-
I believe this one was with the asciigraph enabled, but not explicitly by the user.
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: arraycopy: last destination index 13 out of …
-
On macOS High Sierra 10.13.6 the install command fails:
```
$ env | grep GOPATH
GOPATH=/Users/hernan/go
$ go get github.com/gcla/gowid/...
```
Output:
```
go get github.com/gcla/gowid/…
-
Any command produces the following traceback:
```
$ conda depgraph --name=base out --distance=1 conda
Traceback (most recent call last):
File "/opt/anaconda/bin/conda-depgraph", line 10, in
…
-
For some inputs and at certain scales, the axis cross doesn't line up with the plotted data:
I can reproduce this with the following inputs:
```
echo '3084
3056
3047
3043
3041
3043
3043
…
-
Is there a way to plot a Pandas dataframe with this directly to the terminal?
-
If each data point in the input is the same, asciigraph panics. This can be demonstrated simply using the command line interface:
```
> echo 1 1 | asciigraph
panic: runtime error: index out of ra…
-
Hi, just wanted to tell you that I ported this awesome library to Go.
Link: [https://github.com/guptarohit/asciigraph](https://github.com/guptarohit/asciigraph)
-
This isn't an issue, but I wanted to let you know that I ported this library to Java. Thanks for being open source!
https://github.com/MitchTalmadge/ASCIIGraph
-
Is this project dead?
Support questions and PRs are just sitting there. Should we fork this project or can it be maintained?
-