Class ComplexContourPlot

All Implemented Interfaces:
Drawable, Measurable, Plot2D

public class ComplexContourPlot extends ComplexInterpolatedPlot
ComplexInterpolatedPlot creates an image of a scalar field by inerpolating every image pixel to an untabulated point (x,y) in the 2d data. This interpolation smooths the resulting image.
Version:
1.0
Author:
Wolfgang Christian
  • Constructor Details

    • ComplexContourPlot

      public ComplexContourPlot()
      Constructs the ComplexContourPlot using the given 2d datset.
    • ComplexContourPlot

      public ComplexContourPlot(GridData griddata)
      Constructs the ComplexContourPlot using the given 2d datset.
      Parameters:
      griddata - GridData
  • Method Details