| 8664 | } |
| 8665 | |
| 8666 | GMT_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 |
no outgoing calls
no test coverage detected