-
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
Add missing aliases to pygmt.Figure.wiggle #1498
Conversation
This PR adds the common options coltypes, transparency and wrap to the pygmt.Figure.wiggle method. Addresses #1445
pygmt/src/wiggle.py
Outdated
@@ -23,10 +23,13 @@ | |||
c="panel", | |||
d="nodata", | |||
e="find", | |||
f="coltypes", | |||
g="gap", | |||
h="header", | |||
i="columns", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i
should be incols
rather than columns
. Would you be willing to open a PR similar to #1306 for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Opened a corresponding PR in #1504.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1504 should be merged before this PR.
Description of proposed changes
This PR adds the common options coltypes, transparency and wrap to the pygmt.Figure.wiggle method.
Addresses #1445
Fixes #
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 commands are:
/format
: automatically format and lint the code/test-gmt-dev
: run full tests on the latest GMT development version