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() (double, double, std::span< const std::pair< double, double > >) const |
void | operator() (std::span< const 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() | ( | double | xmin, |
double | ymin, | ||
std::span< const std::pair< double, double > > | points | ||
) | const |
Definition at line 38 of file MnPlot.cxx.
void ROOT::Minuit2::MnPlot::operator() | ( | std::span< const std::pair< double, double > > | points | ) | const |
Definition at line 19 of file MnPlot.cxx.