4 #include "ester-config.h"
18 explicit figure(
const char *device=
"/NULL");
21 void plot(
const matrix &y,
const char *line=
"");
22 void axis(
double sx0,
double sx1,
double sy0,
double sy1,
int sjust=0);
23 void caxis(
double sz0,
double sz1);
35 void label(
const char *xlabel,
const char *ylabel,
const char *title);
40 void contour(
const matrix &z,
int ncontours,
const char *line=
"");
The matrix class is used to facilitate the work with regular dense matrices.
Definition: matrix.h:9