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

Function gplotSimple1

deps/leptonica/src/gplot.c:574–581  ·  view source on GitHub ↗

-----------------------------------------------------------------* * Quick and Dirty Plots * *-----------------------------------------------------------------*/ ! * \brief gplotSimple1() * * \param[in] na numa; plot Y_VS_I * \param[in] outformat GPLOT_PNG, GPLOT_PS, GPLOT_EPS, GPLOT_LATEX * \param[in] outroot root of output files * \par

Source from the content-addressed store, hash-verified

572 * </pre>
573 */
574l_int32
575gplotSimple1(NUMA *na,
576 l_int32 outformat,
577 const char *outroot,
578 const char *title)
579{
580 return gplotSimpleXY1(NULL, na, GPLOT_LINES, outformat, outroot, title);
581}
582
583
584/*!

Callers 10

pixPlotAlongPtaFunction · 0.85
pixCountTextColumnsFunction · 0.85
pixGetDifferenceStatsFunction · 0.85
pixDecideIfPhotoImageFunction · 0.85
pixGetRankColorArrayFunction · 0.85
pixGetBinnedColorFunction · 0.85
pixFindBaselinesFunction · 0.85
numaSplitDistributionFunction · 0.85

Calls 1

gplotSimpleXY1Function · 0.85

Tested by

no test coverage detected