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

Update GMT arguments in coast doc strings #798

Merged
merged 30 commits into from
Jan 26, 2021
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
27f5d20
Add cyl_transverse_mercator.py
willschlitzer Dec 11, 2020
d64983f
Add cyl_universal_transverse_mercator.py
willschlitzer Dec 11, 2020
6ba8185
Changing land color to red in cyl_mercator.py to match GMT docs examp…
willschlitzer Dec 11, 2020
76850ee
Merge branch 'master' into cylindrical-projections
willschlitzer Dec 13, 2020
48431db
Merge branch 'master' of https://github.com/GenericMappingTools/pygmt
willschlitzer Jan 12, 2021
01052d2
Merge branch 'master' of https://github.com/GenericMappingTools/pygmt
willschlitzer Jan 18, 2021
c710988
Merge remote-tracking branch 'origin/master'
willschlitzer Jan 21, 2021
2283f4e
Update doc string for area_thresh
willschlitzer Jan 21, 2021
94d953a
Update doc string for resolution
willschlitzer Jan 21, 2021
6c7b6f2
Update doc string for rivers
willschlitzer Jan 21, 2021
02212f1
Update doc string for map_scale
willschlitzer Jan 21, 2021
8df4345
Update doc string for borders
willschlitzer Jan 21, 2021
ef8c3d0
Update doc string for shorelines
willschlitzer Jan 21, 2021
02fc80b
Fixing typo in doc string for shorelines
willschlitzer Jan 21, 2021
dac7275
Fixing typo in doc string for shorelines
willschlitzer Jan 21, 2021
0d79d2c
Merge branch 'master' into coast-docstring
willschlitzer Jan 21, 2021
5237bf8
Expand doc string for rivers and borders
willschlitzer Jan 22, 2021
a426d35
Expand doc string for shorelines
willschlitzer Jan 22, 2021
68fdf34
Merge branch 'master' into coast-docstring
willschlitzer Jan 22, 2021
f02f141
Fix typo
willschlitzer Jan 22, 2021
42fdd03
Update pygmt/base_plotting.py
willschlitzer Jan 24, 2021
83b04c7
Merge branch 'master' into coast-docstring
willschlitzer Jan 24, 2021
b30b632
Cancel vertical bars
willschlitzer Jan 24, 2021
0f5093e
Add fullstop periods after syntax example
willschlitzer Jan 24, 2021
9b00dc4
Update doc string formatting
willschlitzer Jan 24, 2021
0f76924
Fix format
willschlitzer Jan 24, 2021
01f088f
Merge branch 'master' into coast-docstring
seisman Jan 24, 2021
30ea8b4
Apply suggestions from code review
seisman Jan 26, 2021
4ecdc27
Merge branch 'master' into coast-docstring
seisman Jan 26, 2021
9490cf0
Update pygmt/base_plotting.py
seisman Jan 26, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update pygmt/base_plotting.py
Co-authored-by: Dongdong Tian <[email protected]>
  • Loading branch information
willschlitzer and seisman committed Jan 24, 2021
commit 42fdd03dd79c3eb2e71560c7c156aa4710a62eb6
2 changes: 1 addition & 1 deletion pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def coast(self, **kwargs):
**+l** for lakes or **+r** for river-lakes, and passing multiple
strings in a list.
resolution : str
**f**\ |**h**\ |**i**\ |**l**\ |**c**
**f**\|\ **h**\|\ **i**\|\ **l**\|\ **c**
Selects the resolution of the data set to: (**f**\ )ull,
(**h**\ )igh, (**i**\ )ntermediate, (**l**\ )ow,
and (**c**\ )rude).
seisman marked this conversation as resolved.
Show resolved Hide resolved
Expand Down