We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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):
The solution is to connect the perimeter segments into a complete polygon before plotting, as is done for plain map frames.
The text was updated successfully, but these errors were encountered:
The same issue exists for polar projections. For example:
gmt basemap -JP8.0c -R0/90/0/10 -B0 -pdf map
Sorry, something went wrong.
Thanks, yes a bit tedious to fix but not super-important yet.
Yep, too tedious to be addressed.
PaulWessel
No branches or pull requests
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
It is only visible when zooming in. Here is an example (see upper left map corner):
The solution is to connect the perimeter segments into a complete polygon before plotting, as is done for plain map frames.
The text was updated successfully, but these errors were encountered: