public class GraphicsWithHistogramAndPolyline
extends java.lang.Object
Constructor and Description |
---|
GraphicsWithHistogramAndPolyline(java.lang.String frametitle,
java.lang.String filename,
double[] xpl,
double[] ypl,
Histogram hist,
java.lang.String textX,
java.lang.String textY,
java.lang.String caption)
Produces a plot with a histogram and a polyline.
|
public GraphicsWithHistogramAndPolyline(java.lang.String frametitle, java.lang.String filename, double[] xpl, double[] ypl, Histogram hist, 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 polylinehist
- histogramtextX
- text for x axistextY
- text for y axiscaption
- text for caption of plot