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