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

Function gmtplot_fancy_thin_pen_width

src/gmt_plot.c:1358–1361  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1356}
1357
1358GMT_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
1363GMT_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;

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected