Skip to content

Commit

Permalink
Update gmt_plot.c
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulWessel committed Dec 27, 2023
1 parent 714ea6b commit 5019e3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gmt_plot.c
Original file line number Diff line number Diff line change
Expand Up @@ -10830,7 +10830,7 @@ struct GMT_POSTSCRIPT * gmt_get_postscript (struct GMT_CTRL *GMT) {
}

void 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) {
/* Lay down an image using polygons of the graticules. This is recoded from grdview
/* Lay down an image from a grid using polygons of the graticules. This is recoded from grdview
* so it can also be used in grdimage.
* G is the data grid
* I is an optional intensity grid. If NULL then either intensity points to a
Expand Down

0 comments on commit 5019e3b

Please sign in to comment.