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

-F flage of plot: Update figure caption corresponding to GMT 6.5 #8299

Merged

Conversation

yvonnefroehlich
Copy link
Member

Description of proposed changes

Over time, the general syntax of the -F flage of plot has changed:

GMT 6.2 -F[c|n|r][a|f|s|r|refpoint]
GMT 6.3 -F[c|n|p][a|f|s|r|refpoint]
GMT 6.5 -F[c|n|p][a|r|s|t|refpoint]

I am wondering whether the last line of the figure caption in the GMT documentation has to be updated from
"directives ra, rt, rs, r10/35 and na" to
"directives pa, pt, ps, p10/35 and na"?

Reminders

  • Make sure that your code follows our style. Use the other functions/files as a basis.
  • Add tests for new features or tests that would have caught the bug that you're fixing.
  • Describe changes to function behavior and arguments in a comment below the function declaration.
  • If adding new functionality, add a detailed description to the documentation and/or an example.

@PaulWessel
Copy link
Member

Yes, comments in gmt_init.c say:

case 'p': case 'r': k = 1; S->method = SEGM_REFPOINT; break; /* Backwards support for r for refpoint, now p for point */

@seisman seisman merged commit f630f4f into GenericMappingTools:master Jan 19, 2024
1 check passed
@yvonnefroehlich yvonnefroehlich deleted the update-caption-plot-F branch January 19, 2024 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants