| Package | Description |
|---|---|
| com.mitchtalmadge.asciidata.graph |
| Modifier and Type | Method and Description |
|---|---|
static ASCIIGraph |
ASCIIGraph.fromSeries(double[] series)
Creates an ASCIIGraph instance from the given series.
|
ASCIIGraph |
ASCIIGraph.withNumRows(int numRows)
Determines the number of rows in the graph.
|
ASCIIGraph |
ASCIIGraph.withTickFormat(DecimalFormat tickFormat)
Determines how the ticks will be formatted.
|
ASCIIGraph |
ASCIIGraph.withTickWidth(int tickWidth)
Determines the minimum width of the ticks on the axis.
|
Copyright © 2017. All rights reserved.