org.freehep.math.minuit
Class MnPlot
java.lang.Object
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MnPlot
public MnPlot()
MnPlot
public MnPlot(int width,
int length)
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.