MnPlot produces a text-screen graphical output of (x,y) points, e.g.
from Scan or Contours.
Public Member Functions | |
| MnPlot () | |
| MnPlot (unsigned int width, unsigned int length) | |
| ~MnPlot () | |
| unsigned int | Length () const | 
| void | operator() (const std::vector< std::pair< double, double > > &) const | 
| void | operator() (double, double, const std::vector< std::pair< double, double > > &) const | 
| unsigned int | Width () const | 
Private Attributes | |
| unsigned int | fPageLength | 
| unsigned int | fPageWidth | 
#include <Minuit2/MnPlot.h>
| void ROOT::Minuit2::MnPlot::operator() | ( | const std::vector< std::pair< double, double > > & | points | ) | const | 
Definition at line 18 of file MnPlot.cxx.
| void ROOT::Minuit2::MnPlot::operator() | ( | double | xmin, | 
| double | ymin, | ||
| const std::vector< std::pair< double, double > > & | points ) const | 
Definition at line 38 of file MnPlot.cxx.