MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / PSL_plottextline_

Function PSL_plottextline_

src/postscriptlight_f77.c:319–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

317}
318
319int PSL_plottextline_ (double x[], double y[], int np[], int n_segments, int node[], char *label[], double angle[], int nlabel_per_seg[], double fontsize, int justify, double offset[], int mode)
320{
321 return (PSL_plottextline (PSL_FORTRAN, x, y, np, *n_segments, node, label, angle, nlabel_per_seg, *fontsize, *justify, offset, * mode));
322}
323
324int PSL_setorigin_ (double *x, double *y, double *angle, int *mode)
325{

Callers

nothing calls this directly

Calls 1

PSL_plottextlineFunction · 0.85

Tested by

no test coverage detected