public class Scatter extends Object
| Constructor and Description |
|---|
Scatter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
show(double[] x,
double[] y) |
static void |
show(double[] x,
String xLabel,
double[] y,
String yLabel) |
static void |
show(NumberColumn x,
NumberColumn y) |
static void |
show(String title,
NumberColumn x,
NumberColumn y) |
static void |
show(String title,
NumberColumn x,
NumberColumn y,
TableSliceGroup groups) |
public static void show(NumberColumn x, NumberColumn y)
public static void show(double[] x,
double[] y)
public static void show(String title, NumberColumn x, NumberColumn y, TableSliceGroup groups)
public static void show(String title, NumberColumn x, NumberColumn y)
Copyright © 2018. All rights reserved.