edu.ull.cgunay.plots
Class ErrorBarPlot
java.lang.Object
|
+--edu.ull.cgunay.plots.Plot
|
+--edu.ull.cgunay.plots.ErrorBarPlot
- All Implemented Interfaces:
- HasAxisLabels, Serializable
- public class ErrorBarPlot
- extends Plot
A simple plot that features a single ErrorDAta.
Created: Mon Nov 11 15:08:58 2002
Modified: $Date: 2002/12/17 00:58:53 $
- Version:
- v2.0, $Revision: 1.3 $ for this file.
- Author:
- Cengiz Gunay
- See Also:
ErrorValue,
Serialized Form
|
Method Summary |
String |
recipe(Grapher grapher)
Creates an "errorbar" type dataset for the spike plot and
associates with a single axis. |
| Methods inherited from class edu.ull.cgunay.plots.Plot |
add, assign, def_func, div, exp, func, geq, getFontSize, getGrapher, getLabel, getMaxRange, getMaxRange, getRange, getTitle, getXLabel, getYLabel, mul, neg, plot, profile, range, setFontSize, setGrapher, setLabel, setRange, setTitle, setXLabel, setYLabel, sub, toString, variable |
errorValues
Profile errorValues
ErrorBarPlot
public ErrorBarPlot(String label,
Range range,
Profile errorValues)
- Takes list of
ErrorValues to plot.
- Parameters:
label - a String valuerange - a Range valueerrorValues - a Vector value
recipe
public String recipe(Grapher grapher)
- Creates an "errorbar" type dataset for the spike plot and
associates with a single axis.
- Specified by:
recipe in class Plot
- Parameters:
grapher - a Grapher value
- Returns:
- a
String value