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

Function gmtplot_fancy_fat_pen_width

src/gmt_plot.c:1353–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1351}
1352
1353GMT_LOCAL double gmtplot_fancy_fat_pen_width (struct GMT_CTRL *GMT) {
1354 /* Return the pen width of the black/white checker fancy frame in points */
1355 return (fabs (0.01 * GMT->current.setting.map_frame_percent * GMT->current.setting.map_frame_width) * GMT->session.u2u[GMT_INCH][GMT_PT]);
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 */

Callers 3

Calls

no outgoing calls

Tested by

no test coverage detected