org.freehep.math.minuit
Class MnPlot

java.lang.Object
  extended by org.freehep.math.minuit.MnPlot

public class MnPlot
extends Object

MnPlot produces a text-screen graphical output of (x,y) points. E.g. from Scan or Contours.

Version:
$Id: MnPlot.java 8584 2006-08-10 23:06:37Z duns $

Constructor Summary
MnPlot()
           
MnPlot(int width, int length)
           
 
Method Summary
 void plot(double xmin, double ymin, List<Point> points)
           
 void plot(List<Point> points)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MnPlot

public MnPlot()

MnPlot

public MnPlot(int width,
              int length)
Method Detail

plot

public void plot(List<Point> points)

plot

public void plot(double xmin,
                 double ymin,
                 List<Point> points)


Copyright © 2000-2006 FreeHEP. All Rights Reserved.