Home
last modified time | relevance | path

Searched refs:gmt_auto_frame_interval (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dpsrose.c829 gmt_auto_frame_interval (GMT, GMT_X, GMT_ANNOT_UPPER); in GMT_psrose()
830 gmt_auto_frame_interval (GMT, GMT_Y, GMT_ANNOT_UPPER); in GMT_psrose()
H A Dpsscale.c862 gmt_auto_frame_interval (GMT, GMT_X, GMT_ANNOT_UPPER); in psscale_draw_colorbar()
1694 gmt_auto_frame_interval (GMT, GMT_X, GMT_ANNOT_UPPER); in psscale_draw_colorbar()
H A Dgmt_map.c6712 void gmt_auto_frame_interval (struct GMT_CTRL *GMT, unsigned int axis, unsigned int item) { in gmt_auto_frame_interval() function
9688 gmt_auto_frame_interval (GMT, GMT_X, GMT_ANNOT_UPPER); in gmt_map_setup()
9689 gmt_auto_frame_interval (GMT, GMT_Y, GMT_ANNOT_UPPER); in gmt_map_setup()
9690 gmt_auto_frame_interval (GMT, GMT_Z, GMT_ANNOT_UPPER); in gmt_map_setup()
9691 gmt_auto_frame_interval (GMT, GMT_X, GMT_ANNOT_LOWER); in gmt_map_setup()
9692 gmt_auto_frame_interval (GMT, GMT_Y, GMT_ANNOT_LOWER); in gmt_map_setup()
9693 gmt_auto_frame_interval (GMT, GMT_Z, GMT_ANNOT_LOWER); in gmt_map_setup()
H A Dgmt_prototypes.h584 EXTERN_MSC void gmt_auto_frame_interval (struct GMT_CTRL *GMT, unsigned int axis, unsigned int item…