Package net.sf.basedb.util.plot


package net.sf.basedb.util.plot
  • Class
    Description
    A simple plot utility for generating histogram plots without the need to delve deep into the JFreePlot package.
    Represents a single bin in a histogram.
    An dataset implementation for histogram data that allows us to send data to JFreeChart the way we want.
    Collects information about one histogram series.
    Helper class for storing histogram data that needs to split into different annotations.
    Defines what to to plot on the y axis in a histogram plot.
    Used to map spot data into different annotations.
    A simple plot utility for generating scatter plots without the need to delve deep into the JFreePlot package.