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

Function PSL_beginplot_

src/postscriptlight_f77.c:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244int PSL_beginplot_ (int *orientation, int *overlay, int *color_mode, char *origin, double offset[], double *page_size, char *title, int font_no[], int len1, int len2)
245{
246 return (PSL_beginplot (PSL_FORTRAN, NULL, *orientation, *overlay, *color_mode, origin, offset, page_size, title, font_no));
247}
248
249int PSL_setlinecap_ (int *cap)
250{

Callers

nothing calls this directly

Calls 1

PSL_beginplotFunction · 0.85

Tested by

no test coverage detected