ASCII-Data icon indicating copy to clipboard operation
ASCII-Data copied to clipboard

A small Java library for producing nice looking text-based line-graphs and tables.

Results 5 ASCII-Data issues
Sort by recently updated
recently updated
newest added

Could you please port some features of the UnicodePlots project? - https://github.com/JuliaPlots/UnicodePlots.jl Especially `scatterplot` and `lineplot`

``` ASCIIGraph.fromSeries(new double[]{14280.0, 2.93811E8}).withNumRows(10).plot() ``` ``` Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException at java.lang.System.arraycopy(Native Method) at com.mitchtalmadge.asciidata.graph.ASCIIGraph.drawTicksAndAxis(ASCIIGraph.java:181) at com.mitchtalmadge.asciidata.graph.ASCIIGraph.plot(ASCIIGraph.java:157) ```

I would like an option to generate a table without a header. Sometimes there is no meaning to the columns of the table, so the header cells are empty. As...

I'm using this library mostly for debugging trading bots. The problem is that the prices never go to 0, but instead hang around, let's say, 8000. The charts force the...

Hi, I suggest some improvement for this great library. In East Asian languages, including Japanese, characters are represented with a width twice that of ASCII. This is expressed as full...