public class ScatterPlot extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ScatterPlot.OUTPUTFORMAT |
| Constructor and Description |
|---|
ScatterPlot(int sizeX,
int sizeY,
double[] x,
double[] y,
int[] category,
String[] categoryDescriptions,
Color[] categoryColors,
ScatterPlot.OUTPUTFORMAT format,
String title,
String subtitle,
String outfile,
boolean crossAxisAtZero) |
ScatterPlot(int sizeX,
int sizeY,
double[] x,
double[] y,
ScatterPlot.OUTPUTFORMAT format,
String outfile) |
ScatterPlot(int sizeX,
int sizeY,
double unitX,
double unitY,
double[] x,
double[] y,
ScatterPlot.OUTPUTFORMAT format,
String outfile) |
public ScatterPlot(int sizeX,
int sizeY,
double[] x,
double[] y,
ScatterPlot.OUTPUTFORMAT format,
String outfile)
public ScatterPlot(int sizeX,
int sizeY,
double unitX,
double unitY,
double[] x,
double[] y,
ScatterPlot.OUTPUTFORMAT format,
String outfile)
Copyright © 2015. All Rights Reserved.