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

Function gmt_get_postscript

src/gmt_plot.c:10853–10858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10851}
10852
10853struct GMT_POSTSCRIPT * gmt_get_postscript (struct GMT_CTRL *GMT) {
10854 struct GMT_POSTSCRIPT *P = NULL;
10855 P = gmt_M_memory (GMT, NULL, 1, struct GMT_POSTSCRIPT);
10856 P->hidden = gmt_M_memory (GMT, NULL, 1, struct GMT_POSTSCRIPT_HIDDEN);
10857 return (P);
10858}
10859
10860void gmt_plot_grid_graticules (struct GMT_CTRL *GMT, struct GMT_GRID *G, struct GMT_GRID *I, struct GMT_PALETTE *P, struct GMT_PEN *pen, bool skip, double *intensity, bool grdview) {
10861 /* Lay down an image from a grid using polygons of the graticules. This is recoded from grdview

Callers 3

gmt_plotendFunction · 0.85
gmtlib_create_psFunction · 0.85
gmtlib_read_psFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected