Package edu.ull.cgunay.plots

Grapher independent plotting system that allows using external grapher programs to display plots created in Java.

See:
          Description

Interface Summary
HasAxisLabels Features methods to access axis labels.
 

Class Summary
AxisTemplate A template, from which a real Axis object can be instantiated when a grapher is available.
ErrorBarPlot A simple plot that features a single ErrorDAta.
ErrorValue Simple encapsulation of a double value with minimum and maximum error.
GNUPlot Grapher implementation for plotting with the gnuplot program.
Grapher Represents the active Grapher process and its capabilities.
MatLab Grapher implementation for plotting with the MatLab program.
MultiDataPlot A plot that can contain multiple axes, each containing multiple datasets.
Plot Grapher independent description for plots.
PlotHandle Entity that associates a plot and a grapher at display time.
Profilable An entity whose contents can be recorded in a Profile.
ProfilableDouble Encapsulation of a double value as a Profilable entity.
Profile Records the (time) profile of a variable Profilable entity.
ProfilePlot Plots a time profile of an double entity changing in time.
Range Holds the pair of doubles indicating a range of a variable.
SimplePlot A simple single axis, single data plot.
SingleDataPlot Plots a single dataset in a single axis.
SpikePlot Plot of a collection of spike timings.
SuperposedDataPlot Plots multiple datasets on a single axis.
 

Exception Summary
GrapherNotAvailableException Created: Thu Apr 11 13:50:11 2002 Modified: $Date: 2002/12/17 00:58:54 $
 

Package edu.ull.cgunay.plots Description

Grapher independent plotting system that allows using external grapher programs to display plots created in Java. Currently supports graphers GNUPlot and MatLab, with spike profile and potential plots.

For a quick start see examples in Plot and Grapher. Check possible ready-made plots by looking at the known subclasses of class Plot.

Created by Cengiz Gunay
Last modified: Wed May 7 18:57:35 CDT 2003

See Also:
Plot, Grapher