-----------------------------------------------------------------* * 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
| 572 | * </pre> |
| 573 | */ |
| 574 | l_int32 |
| 575 | gplotSimple1(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 | /*! |
no test coverage detected