public class GraphicsWith2DScatterDiagram
extends java.lang.Object
| Constructor and Description |
|---|
GraphicsWith2DScatterDiagram(java.lang.String frametitle,
java.lang.String filename,
double[] x,
double[] y,
double xa,
double xb,
double ya,
double yb,
java.lang.String textX,
java.lang.String textY,
java.lang.String caption)
Produces a two-dimensional scatter diagram.
|
public GraphicsWith2DScatterDiagram(java.lang.String frametitle,
java.lang.String filename,
double[] x,
double[] y,
double xa,
double xb,
double ya,
double yb,
java.lang.String textX,
java.lang.String textY,
java.lang.String caption)
frametitle - title of DatanGraphicsFrame; if frameTitle is blank the no DatanGraphicsFrame is initialized.filename - name of Postscript file - has to end with either ".ps" (for postscript) or ".eps" (for encapsulated postscript).
If filename is blank, no file is initialized.x - x coordinates of points to be plottedy - y coordinates of points to be plottedxa - lower limit in x of computing coordinatesxb - upper limit in x of computing coordinatesya - lower limit in y of computing coordinatesyb - upper limit in y of computing coordinatestextX - text for x axistextY - text for y axiscaption - text for caption of plot