-
Notifications
You must be signed in to change notification settings - Fork 228
Figure.grdcontour: Adjust processing of arguments passed to the "annotation" and "interval" parameters, deprecate "sequence_plus" #3116
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
Merged
Merged
Changes from all commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
a3fa214
Use list instead of tuple
yvonnefroehlich ee143e6
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich e59f077
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 05b5abb
Remove list input option for annotation parameter
yvonnefroehlich 99dc353
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 731d014
Fix line length
yvonnefroehlich c8b805b
Update syntax to GMT 6.5
yvonnefroehlich 584956e
Update allowed input data type
yvonnefroehlich 4a7a143
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 13360d4
Fix typo
yvonnefroehlich 57837fb
Update docstring
yvonnefroehlich 4f06fe4
Use sequence instead of sequence_comma
yvonnefroehlich 311015e
Extend allow input formats
yvonnefroehlich 560622d
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 4ae5073
[format-command] fixes
actions-bot 6925eca
Fix typo
yvonnefroehlich bbeb83c
Shorten documentation
yvonnefroehlich 078553c
Shorten documentation
yvonnefroehlich 1e114cf
Clearify documentation
yvonnefroehlich c67fcf8
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 0cd2f0b
Update docs, Add code for list input
yvonnefroehlich ccd6b01
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 581eef4
Process argument passt to "A" manually
yvonnefroehlich a86305c
Fix line length
yvonnefroehlich 4c52daa
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich c646b51
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 6a6df2c
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 7c3f012
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich f2805bb
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich d442adf
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 11b2dac
Add tests
yvonnefroehlich 4708483
Update pygmt/src/grdcontour.py
yvonnefroehlich 56afbe8
Update pygmt/src/grdcontour.py
yvonnefroehlich c8772bf
Use for loop for A and C
yvonnefroehlich 9a9ae49
Fix typo
yvonnefroehlich ad5c33e
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich 32c4f90
Update pygmt/tests/test_grdcontour.py
yvonnefroehlich d9c734b
Update pygmt/tests/test_grdcontour.py
yvonnefroehlich 9f394f7
Explain code block for 'A' and 'C'
yvonnefroehlich 557af15
Update tests
yvonnefroehlich e964dda
Add test_grdcontour_one_level.png into DVC
4501bab
Add test_grdcontour_multiple_levels.png into DVC
yvonnefroehlich 5fa02fb
[format-command] fixes
actions-bot 988d77e
Add period
yvonnefroehlich 7ade301
Add periods
yvonnefroehlich cb6871b
Add code for backward-compatibility regarding 'sequence_plus'
yvonnefroehlich a4c9216
Merge branch 'main' into fix-typos-63-grdcontour
yvonnefroehlich e25e9ed
[format-command] fixes
actions-bot 7fee937
Import warinings
yvonnefroehlich be21572
Use square instead of round brakets
yvonnefroehlich a05ec74
Add test for old syntax of 'annotations' parameter
yvonnefroehlich fedf60d
Fix keyword of 'warnings.warn' from 'catalog' to 'category'
yvonnefroehlich 6c53454
Adjust test to reuse baseline image
yvonnefroehlich 574c4a7
Fix typos
yvonnefroehlich File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
outs: | ||
- md5: 4d20cdb71af2e6568f64f0246ec860ea | ||
size: 64008 | ||
isexec: true | ||
hash: md5 | ||
path: test_grdcontour_multiple_levels.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
outs: | ||
- md5: fc624766f0b8eac8206735a05c7c9662 | ||
size: 45023 | ||
isexec: true | ||
hash: md5 | ||
path: test_grdcontour_one_level.png |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.