Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions pygmt/src/choropleth.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ def choropleth(
- C = cmap
- I = intensity
- J = projection
- R = region
- N = no_clip
- W = pen
- R = region
- V = verbose
- W = pen
- a = column
- c = panel
- p = perspective
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/grd2cpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ def grd2cpt(
- N = no_bg
- Q = log
- R = region
- Z = continuous
- V = verbose
- Z = continuous

Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/legend.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ def legend(
.. hlist::
:columns: 3
- D = position, **+w**: width/height, **+l**: line_spacing
- B = frame
- D = position, **+w**: width/height, **+l**: line_spacing
- F = box
- J = projection
- R = region
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/makecpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ def makecpt(
- M = overrule_bg
- N = no_bg
- Q = log
- Z = continuous
- V = verbose
- Z = continuous

Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def project(
- E = endpoint
- L = length
- T = pole
- W = width
- V = verbose
- W = width
- f = coltypes

Parameters
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/solar.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def solar(
- V = verbose
- W = pen
- c = panel
- t = transparency
- p = perspective
- t = transparency

Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/sph2grd.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ def sph2grd(
- I = spacing
- R = region
- V = verbose
- r = registration
- i = incols
- r = registration
- x = cores

Parameters
Expand Down
Loading