Skip to content

Commit

Permalink
Remove short aliases from colorbar
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Jun 2, 2020
1 parent 71fb973 commit f131cd5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pygmt/base_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def colorbar(self, **kwargs):
Parameters
----------
position (D) : str
position : str
``[g|j|J|n|x]refpoint[+wlength[/width]][+e[b|f][length]][+h|v]
[+jjustify][+m[a|c|l|u]][+n[txt]][+odx[/dy]]``. Defines the
reference point on the map for the color scale using one of four
Expand All @@ -183,7 +183,7 @@ def colorbar(self, **kwargs):
default, the anchor point on the scale is assumed to be the bottom
left corner (BL), but this can be changed by appending +j followed
by a 2-char justification code justify.
box (F) : bool or str
box : bool or str
``[+cclearances][+gfill][+i[[gap/]pen]][+p[pen]][+r[radius]]
[+s[[dx/dy/][shade]]]``. If set to True, draws a rectangular
border around the color scale. Alternatively, specify a different
Expand All @@ -199,12 +199,12 @@ def colorbar(self, **kwargs):
offset background shaded region. Here, dx/dy indicates the shift
relative to the foreground frame [4p/-4p] and shade sets the fill
style to use for shading [gray50].
truncate (G) : list or str
truncate : list or str
``zlo/zhi`` Truncate the incoming CPT so that the lowest and
highest z-levels are to zlo and zhi. If one of these equal NaN then
we leave that end of the CPT alone. The truncation takes place
before the plotting.
scale (W) : float
scale : float
Multiply all z-values in the CPT by the provided scale. By default
the CPT is used as is.
Expand Down

0 comments on commit f131cd5

Please sign in to comment.