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

Function gmt_plot_timex_grid

src/gmt_plot.c:863–870  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

861}
862
863void gmt_plot_timex_grid (struct GMT_CTRL *GMT, struct PSL_CTRL *PSL, double w, double e, double s, double n, unsigned int item) {
864 unsigned int nx;
865 double *x = NULL;
866
867 nx = gmtlib_time_array (GMT, w, e, &GMT->current.map.frame.axis[GMT_X].item[item], &x);
868 gmtplot_x_grid (GMT, PSL, s, n, x, nx);
869 if (x) gmt_M_free (GMT, x);
870}
871
872GMT_LOCAL void gmtplot_timey_grid (struct GMT_CTRL *GMT, struct PSL_CTRL *PSL, double w, double e, double s, double n, unsigned int item) {
873 unsigned int ny;

Callers 2

gmtplot_map_gridlinesFunction · 0.85
psscale_draw_colorbarFunction · 0.85

Calls 2

gmtlib_time_arrayFunction · 0.85
gmtplot_x_gridFunction · 0.85

Tested by

no test coverage detected