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

Function PSL_plotbox_

src/postscriptlight_f77.c:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264int PSL_plotbox_ (double *x0, double *y0, double *x1, double *y1)
265{
266 return (PSL_plotbox (PSL_FORTRAN, *x0, *y0, *x1, *y1));
267}
268
269int PSL_plotpolygon_ (double *x, double *y, int *n)
270{

Callers

nothing calls this directly

Calls 1

PSL_plotboxFunction · 0.85

Tested by

no test coverage detected