public class GraphicsWithDataPointsAndMultiplePolylines
extends java.lang.Object
| Constructor and Description |
|---|
GraphicsWithDataPointsAndMultiplePolylines(java.lang.String frametitle,
java.lang.String filename,
double[][] xpl,
double[][] ypl,
int[] colorindex,
int nmark,
double scalef,
double[] datx,
double[] daty,
double[] datsx,
double[] datsy,
double[] datrho,
java.lang.String textX,
java.lang.String textY,
java.lang.String caption)
Produces a plot with data points and severalpolylines.
|
public GraphicsWithDataPointsAndMultiplePolylines(java.lang.String frametitle,
java.lang.String filename,
double[][] xpl,
double[][] ypl,
int[] colorindex,
int nmark,
double scalef,
double[] datx,
double[] daty,
double[] datsx,
double[] datsy,
double[] datrho,
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.xpl - x coordinates of polyline (first index: number of polyline, second index: number of point along polyline)ypl - y coordinates of polyline (first index: number of polyline, second index: number of point along polyline)colorindex - absolute value determines the colorindeces used for the various polylines; if negative, polyline is drawn as broken linenmark - form of polymarker symbolizing the data point (1: open circle, 2: closed circle, 3: open sqare, 4: closed sqare, 5: open diamond, 6: closed diamond, 7: +, 8: x. 9: *)scalef - scale factor; the diameter of the polymarker is 1% of the picture diagonal multiplied by this factordatx - x coordinate of data pointsdaty - y coordinate of data pointsdatsx - errors in x; error bar is drawn only if deltax > 0 and if its size would exceed the radius if the polymarkerdatsy - errors in y; error bar is drawn only if deltax > 0 and if its size would exceed the radius if the polymarkerdatrho - correlations between errors; covariance ellipse is not drawn if rho = 0 (drawing can be forced by giving nmark a negative sign)textX - text for x axistextY - text for y axiscaption - text for caption of plot