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

Function PSL_plotarc_

src/postscriptlight_f77.c:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128int PSL_plotarc_ (double *x, double *y, double *radius, double *az1, double *az2, int *type)
129{
130 return (PSL_plotarc (PSL_FORTRAN, *x, *y, *radius, *az1, *az2, *type));
131}
132
133int PSL_plotaxis_ (double *annotation_int, char *label, double *annotfontsize, int *side, int len)
134{

Callers

nothing calls this directly

Calls 1

PSL_plotarcFunction · 0.85

Tested by

no test coverage detected