Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GenericMappingTools/gmt
/ PSL_plotpoint_
Function
PSL_plotpoint_
src/postscriptlight_f77.c:234–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
232
}
233
234
int PSL_plotpoint_ (double *x, double *y, int *pen)
235
{
236
return (PSL_plotpoint (PSL_FORTRAN, *x, *y, *pen));
237
}
238
239
int PSL_endplot_ (int *lastpage)
240
{
Callers
nothing calls this directly
Calls
1
PSL_plotpoint
Function · 0.85
Tested by
no test coverage detected