public class GraphicsWithDataPointsAndPolyline
extends java.lang.Object
Constructor and Description |
---|
GraphicsWithDataPointsAndPolyline(java.lang.String frametitle,
java.lang.String filename,
double[] xpl,
double[] ypl,
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 a polyline.
|
public GraphicsWithDataPointsAndPolyline(java.lang.String frametitle, java.lang.String filename, double[] xpl, double[] ypl, 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 polylineypl
- y coordinates of polylinenmark
- 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