-
Notifications
You must be signed in to change notification settings - Fork 224
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
Figure.grdview, Figure.grdimage: Add alias "no_interpolation" for "-T" #3355
base: main
Are you sure you want to change the base?
Conversation
Two points:
|
Thanks for pointing out! Included in commit 28bf914.
You mean splitting the functionality of -T to have additionally separate parameters for +o and +s? |
Yes. |
The full syntax of the
Instead of alias So, we can use two parameters
|
Description of proposed changes
This PR addes an alias for -T of
Figure.grdview
andFigure.grdimage
:no_interpolation
Preview: https://pygmt-dev--3355.org.readthedocs.build/en/3355/api/generated/pygmt.Figure.grdview.html
Reminders
make format
andmake check
to make sure the code follows the style guide.doc/api/index.rst
.Slash Commands
You can write slash commands (
/command
) in the first line of a comment to performspecific operations. Supported slash command is:
/format
: automatically format and lint the code