Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fancy frame leaves tiny notches at corners due to lack of connection #677

Closed
PaulWessel opened this issue May 1, 2019 · 3 comments
Closed
Assignees
Labels
bug Something isn't working

Comments

@PaulWessel
Copy link
Member

Description of the problem

With a fancy frame the outer perimeter is not a polygon but is plotted as 4 straight lines, thus the join settings leave a notch where they meet.

Full script that generated the error

gmt psbasemap -R180/200/-5/5 -JM4i -Baf -P > t.ps

It is only visible when zooming in. Here is an example (see upper left map corner):

imgmap

The solution is to connect the perimeter segments into a complete polygon before plotting, as is done for plain map frames.

@PaulWessel PaulWessel self-assigned this May 1, 2019
@PaulWessel PaulWessel added the bug Something isn't working label May 1, 2019
@seisman
Copy link
Member

seisman commented Sep 1, 2020

The same issue exists for polar projections. For example:

gmt basemap -JP8.0c -R0/90/0/10 -B0 -pdf map

image

@PaulWessel
Copy link
Member Author

Thanks, yes a bit tedious to fix but not super-important yet.

@joa-quim
Copy link
Member

Yep, too tedious to be addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants