| 1356 | } |
| 1357 | |
| 1358 | GMT_LOCAL double gmtplot_fancy_thin_pen_width (struct GMT_CTRL *GMT, double width) { |
| 1359 | /* Return the pen width of the enclosing checker fancy frame in points as 10% of fat pen width */ |
| 1360 | return (0.1 * width / ( GMT->current.setting.map_frame_percent * 0.01 )); |
| 1361 | } |
| 1362 | |
| 1363 | GMT_LOCAL void gmtplot_fancy_map_boundary (struct GMT_CTRL *GMT, struct PSL_CTRL *PSL, double w, double e, double s, double n) { |
| 1364 | double fat_pen, thin_pen; |
no outgoing calls
no test coverage detected