-
Notifications
You must be signed in to change notification settings - Fork 228
Change test_makecpt.py to use colorbar instead of grdimage #1748
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 4 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
5d89af5
update test_makecpt.py to use static_earth_relief
willschlitzer b1e3132
modify test_makecpt.py to plot colorbars instead of grid images
willschlitzer 8b99f41
change test_makecpt.py to use a position fixture and remove region pa…
willschlitzer b42c463
Merge branch 'main' into static-earth-relief/makecpt
willschlitzer 8bd56a3
update function names and docstrings
willschlitzer d915123
update dvc files with new function names
willschlitzer 7b7785f
Merge branch 'main' into static-earth-relief/makecpt
willschlitzer 7c396de
Apply suggestions from code review
willschlitzer c9c17bd
remove region fixture
willschlitzer 5b9f926
update dvc files
willschlitzer e946b30
Merge branch 'main' into static-earth-relief/makecpt
willschlitzer 7c47ca0
Update pygmt/tests/test_makecpt.py
seisman 6394922
Merge branch 'main' into static-earth-relief/makecpt
seisman 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: 9a8c5ecec5f8962987635057f577a01c | ||
size: 6029 | ||
- md5: 2b3f8b4df74b84bd3efd8e765e90c85a | ||
size: 10001 | ||
path: test_makecpt_categorical.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: 9a18c81caa92725aa9de5c2dd7d74e46 | ||
size: 75856 | ||
- md5: 2f4698af7229ab7ed717bf0e58cc2500 | ||
size: 6816 | ||
path: test_makecpt_continuous.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: 4ad410eb2843b3b47818121563c79254 | ||
size: 4628 | ||
- md5: b9a7c3d47ad47d8ddeb3ed4ba30a0cc8 | ||
size: 8158 | ||
path: test_makecpt_cyclic.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: 690415b96990c3b1d1388bf263e40a0d | ||
size: 150867 | ||
- md5: 0cb93a6ee8a76e3723236185afaea0cf | ||
size: 7199 | ||
path: test_makecpt_plot_grid.png |
4 changes: 2 additions & 2 deletions
4
pygmt/tests/baseline/test_makecpt_plot_grid_scaled_with_series.png.dvc
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: aea39948ca2ea6924618a0e09b0020b3 | ||
size: 118302 | ||
- md5: a4578c19a22e72f0a34cfa96fbefae63 | ||
size: 7562 | ||
path: test_makecpt_plot_grid_scaled_with_series.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: b28ff0dad316d0b6a860b8af7e402a56 | ||
- md5: 7944289487b6efd9755a931e371d8022 | ||
size: 26601 | ||
path: test_makecpt_plot_points.png |
4 changes: 2 additions & 2 deletions
4
pygmt/tests/baseline/test_makecpt_reverse_color_and_zsign.png.dvc
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: 6a5ca01aebcc23b00dc884fcd9c927d8 | ||
size: 141567 | ||
- md5: 96f03f2db80f940addc153e16fb2c7c6 | ||
size: 7957 | ||
path: test_makecpt_reverse_color_and_zsign.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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: 5ad9b6aab72e45be8a1adc20f9e1c0e9 | ||
size: 71377 | ||
- md5: 900279bd3d608c31e51b6aa83fb486ef | ||
size: 8845 | ||
path: test_makecpt_reverse_color_only.png |
4 changes: 2 additions & 2 deletions
4
pygmt/tests/baseline/test_makecpt_truncated_zlow_zhigh.png.dvc
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
outs: | ||
- md5: 26f3d0d95a68799ddd4eb8a130bc1445 | ||
size: 97790 | ||
- md5: c755e6ee5fcc399918822c2595cdde8d | ||
size: 7762 | ||
path: test_makecpt_truncated_zlow_zhigh.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.