Skip to content

Commit 2b2ba0f

Browse files
DOC: Fix bold style in docstring for panel of Figure.set_panel (#4305)
1 parent 939a4e8 commit 2b2ba0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/src/subplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ def set_panel(
234234
0, not 1. If not given we go to the next subplot by order specified via
235235
``autolabel`` in :meth:`pygmt.Figure.subplot`. As an alternative, you may bypass
236236
using :meth:`pygmt.Figure.set_panel` and instead supply the common option
237-
**panel**=(*row*, *col*) to the first plot command you issue in that subplot.
237+
**panel**\ =(*row*, *col*) to the first plot command you issue in that subplot.
238238
GMT maintains information about the current figure and subplot. Also, you may
239239
give the one-dimensional *index* instead which starts at 0 and follows the row
240240
or column order set via ``autolabel`` in :meth:`pygmt.Figure.subplot`.

0 commit comments

Comments
 (0)