Package org.moeaframework.analysis.plot


package org.moeaframework.analysis.plot
Basic 2D plotting support.
  • Class
    Description
    Constructs a bar graph.
    Constructs a box-and-whisker plot.
    Constructs a 2D heat map.
    List of supported image file types.
    Utility for creating images from charts.
    Deprecated.
    Use PlotBuilder instead
    PlotBuilder<T extends PlotBuilder<?>>
    Base class for constructing plots using a builder pattern.
    Interface for display drivers, which are responsible for displaying the resulting plot to the user, typically in some windowing system.
    Displays sensitivity analysis results in a "spider web" plot, where: First-order effects are rendered as a solid circle / ellipse, Total-order effects are rendered as a ring around the first-order effects, and Second-order effects are rendered as lines joining the circles.
    Collection of style constants.
    Builds 2D plots with numeric X and Y axes, including line, scatter, area, stacked area, and deviation plots.