![]() |
Leptonica
1.77.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 * | plottitles |
| 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 80 of file gplot.h.
Referenced by gplotDestroy(), and gplotGenDataFiles().
| char* GPlot::outname |
| struct Sarray* GPlot::plotdata |
plot data (1 string/file)
Definition at line 81 of file gplot.h.
Referenced by gplotDestroy(), and gplotGenDataFiles().
| struct Numa* GPlot::plotstyles |
plot style for individual plots
Definition at line 83 of file gplot.h.
Referenced by gplotDestroy().
| struct Sarray* GPlot::plottitles |
| char* GPlot::rootname |
| char* GPlot::title |
| char* GPlot::xlabel |
| char* GPlot::ylabel |