![]() |
Leptonica 1.82.0
Image processing and image analysis suite
|
#include <gplot.h>
Data Fields | |
| char * | rootname |
| char * | cmdname |
| struct Sarray * | cmddata |
| struct Sarray * | datanames |
| struct Sarray * | plotdata |
| struct Sarray * | plotlabels |
| struct Numa * | plotstyles |
| l_int32 | nplots |
| char * | outname |
| l_int32 | outformat |
| l_int32 | scaling |
| char * | title |
| char * | xlabel |
| char * | ylabel |
| struct Sarray* GPlot::cmddata |
| char* GPlot::cmdname |
| struct Sarray* GPlot::datanames |
data file names
Definition at line 81 of file gplot.h.
Referenced by gplotDestroy(), and gplotGenDataFiles().
| l_int32 GPlot::outformat |
| char* GPlot::outname |
| struct Sarray* GPlot::plotdata |
plot data (1 string/file)
Definition at line 82 of file gplot.h.
Referenced by gplotDestroy(), and gplotGenDataFiles().
| struct Sarray* GPlot::plotlabels |
| struct Numa* GPlot::plotstyles |
plot style for individual plots
Definition at line 84 of file gplot.h.
Referenced by gplotDestroy().
| char* GPlot::rootname |
| char* GPlot::title |
| char* GPlot::xlabel |
| char* GPlot::ylabel |