![]() |
Leptonica 1.68
C Image Processing Library
|
Struct and parameters for generating gnuplot files. More...
Go to the source code of this file.
Data Structures | |
| struct | GPlot |
Defines | |
| #define | GPLOT_VERSION_NUMBER 1 |
| #define | NUM_GPLOT_STYLES 5 |
| #define | NUM_GPLOT_OUTPUTS 6 |
Typedefs | |
| typedef struct GPlot | GPLOT |
Enumerations | |
| enum | GPLOT_STYLE { GPLOT_LINES = 0, GPLOT_POINTS = 1, GPLOT_IMPULSES = 2, GPLOT_LINESPOINTS = 3, GPLOT_DOTS = 4 } |
| enum | GPLOT_OUTPUT { GPLOT_NONE = 0, GPLOT_PNG = 1, GPLOT_PS = 2, GPLOT_EPS = 3, GPLOT_X11 = 4, GPLOT_LATEX = 5 } |
| enum | GPLOT_SCALING { GPLOT_LINEAR_SCALE = 0, GPLOT_LOG_SCALE_X = 1, GPLOT_LOG_SCALE_Y = 2, GPLOT_LOG_SCALE_X_Y = 3 } |
Variables | |
| const char * | gplotstylenames [] |
| const char * | gplotfilestyles [] |
| const char * | gplotfileoutputs [] |
Struct and parameters for generating gnuplot files.
Data structures and parameters for generating gnuplot files
Definition in file gplot.h.
| #define GPLOT_VERSION_NUMBER 1 |
Definition at line 25 of file gplot.h.
Referenced by gplotRead(), and gplotWrite().
| #define NUM_GPLOT_OUTPUTS 6 |
Definition at line 36 of file gplot.h.
Referenced by pixCompareGray(), pixCompareGrayOrRGB(), and pixCompareRGB().
| enum GPLOT_STYLE |
| enum GPLOT_OUTPUT |
| enum GPLOT_SCALING |
| const char* gplotstylenames[] |
Definition at line 88 of file gplot.c.
Referenced by gplotGenCommandFile().
| const char* gplotfilestyles[] |
| const char* gplotfileoutputs[] |