Skip to content

Commit ce8ecf8

Browse files
Add frame and cmap to the colorbar parameters list (#709)
1 parent d69e096 commit ce8ecf8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pygmt/base_plotting.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ def colorbar(self, **kwargs):
179179
180180
Parameters
181181
----------
182+
frame : str or list
183+
Set color bar boundary frame, labels, and axes attributes.
184+
{CPT}
182185
position : str
183186
``[g|j|J|n|x]refpoint[+wlength[/width]][+e[b|f][length]][+h|v]
184187
[+jjustify][+m[a|c|l|u]][+n[txt]][+odx[/dy]]``. Defines the

0 commit comments

Comments
 (0)