MCPcopy Create free account
hub / github.com/creatale/node-dv / gplotSimpleN

Function gplotSimpleN

deps/leptonica/src/gplot.c:634–641  ·  view source on GitHub ↗

! * \brief gplotSimpleN() * * \param[in] naa numaa; we plotted with Y_VS_I for each numa * \param[in] outformat GPLOT_PNG, GPLOT_PS, GPLOT_EPS, GPLOT_LATEX * \param[in] outroot root of output files * \param[in] title [optional] * \return 0 if OK, 1 on error * * * Notes: * (1) This gives a line plot of all numas in a numaa (array of numa), * where the

Source from the content-addressed store, hash-verified

632 * </pre>
633 */
634l_int32
635gplotSimpleN(NUMAA *naa,
636 l_int32 outformat,
637 const char *outroot,
638 const char *title)
639{
640 return gplotSimpleXYN(NULL, naa, GPLOT_LINES, outformat, outroot, title);
641}
642
643
644/*!

Callers

nothing calls this directly

Calls 1

gplotSimpleXYNFunction · 0.85

Tested by

no test coverage detected