Serialized Form


Package org.plot.histogram

Class org.plot.histogram.Histogram2D extends JComponent implements Serializable

serialVersionUID: 8088848769931021936l

Serialized Fields

c

Color c
The color of the output graph


rawData

double[] rawData
The data that's put in. Needed only when changen the number of sections.


cookedData

double[] cookedData
this is the stuff that's actually spit out


numSections

int numSections
The number of sections to graph


ranges

double[] ranges
This stores the maximum value for each section.


Ybounds

double[] Ybounds
Minimum/maximum value in the raw data.


Xbounds

double[] Xbounds
Minimum/maximum data value in the set