MitchTalmadge / ASCII-Data

A small Java library for producing nice looking text-based line-graphs and tables.
Apache License 2.0
120 stars 13 forks source link

ArrayIndexOutOfBoundsException #17

Open clehene opened 4 years ago

clehene commented 4 years ago
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)