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

Function gmtplot_just_f_xy

src/gmt_plot.c:8666–8670  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8664}
8665
8666GMT_LOCAL void gmtplot_just_f_xy (int justify, double *fx, double *fy) {
8667 /* Factors to multiply feature width/height and add to x,y that updates its mid-point location */
8668 *fy = -0.5 * ((justify / 4) - 1);
8669 *fx = -0.5 * ((justify % 4) - 2);
8670}
8671
8672/* Here are 6 (a-f) different progress indicator plotting functions. See the movie documentation for how they look */
8673

Callers 6

gmtplot_prog_indicator_AFunction · 0.85
gmtplot_prog_indicator_BFunction · 0.85
gmtplot_prog_indicator_CFunction · 0.85
gmtplot_prog_indicator_DFunction · 0.85
gmtplot_prog_indicator_EFunction · 0.85
gmtplot_prog_indicator_FFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected