Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified doc/examples/ex22/ex22.ps
Binary file not shown.
Binary file modified doc/examples/ex31/ex31.ps
Binary file not shown.
Binary file modified doc/examples/ex41/ex41.ps
Binary file not shown.
Binary file modified doc/examples/ex42/ex42.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_legend.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_mag_rose.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_mapscale.ps
Binary file not shown.
Binary file modified doc/scripts/GMT_seislegend.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion src/gmt_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -13539,7 +13539,7 @@ int gmt_getpanel (struct GMT_CTRL *GMT, char option, char *text, struct GMT_MAP_
P->radius = GMT->session.u2u[GMT_PT][GMT_INCH] * GMT_FRAME_RADIUS; /* 6 pt */
gmt_init_fill (GMT, &P->fill, -1.0, -1.0, -1.0); /* Default is no fill unless specified */
gmt_init_fill (GMT, &P->sfill, gmt_M_is255 (127), gmt_M_is255 (127), gmt_M_is255 (127)); /* Default if gray shade is used */
P->pen1 = GMT->current.setting.map_frame_pen; /* Heavier pen for main outline */
(void) gmt_getpen (GMT, "thicker,black", &P->pen1); /* Heavier pen for main outline */
P->pen2 = GMT->current.setting.map_default_pen; /* Thinner pen for optional inner outline */
P->debug_pen = GMT->current.setting.map_default_pen; /* Thinner pen for optional inner outline */
P->gap = GMT->session.u2u[GMT_PT][GMT_INCH] * GMT_FRAME_GAP; /* Default is 2p */
Expand Down