Interface ILeptonica.GPLOT_STYLE

Enclosing interface:
ILeptonica

public static interface ILeptonica.GPLOT_STYLE
gplot.h

Data structures and parameters for generating gnuplot files
We used to support X11 output, but recent versions of gnuplot do not
support the X11 terminal. To get display to your screen, use
GPLOT_PNG output; e.g.,
gplotSimple1(na, GPLOT_PNG, "/tmp/someroot", ...);
l_fileDisplay("/tmp/someroot.png", ...);

enum values