public static interface ILeptonica.GPLOT_STYLE
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", ...);
Modifier and Type | Field and Description |
---|---|
static int |
GPLOT_DOTS
native declaration : gplot.h:16
|
static int |
GPLOT_IMPULSES
native declaration : gplot.h:14
|
static int |
GPLOT_LINES
native declaration : gplot.h:12
|
static int |
GPLOT_LINESPOINTS
native declaration : gplot.h:15
|
static int |
GPLOT_POINTS
native declaration : gplot.h:13
|
static final int GPLOT_LINES
static final int GPLOT_POINTS
static final int GPLOT_IMPULSES
static final int GPLOT_LINESPOINTS
static final int GPLOT_DOTS
Copyright © 2018. All Rights Reserved.