We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939a4e8 commit 2b2ba0fCopy full SHA for 2b2ba0f
pygmt/src/subplot.py
@@ -234,7 +234,7 @@ def set_panel(
234
0, not 1. If not given we go to the next subplot by order specified via
235
``autolabel`` in :meth:`pygmt.Figure.subplot`. As an alternative, you may bypass
236
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.
+ **panel**\ =(*row*, *col*) to the first plot command you issue in that subplot.
238
GMT maintains information about the current figure and subplot. Also, you may
239
give the one-dimensional *index* instead which starts at 0 and follows the row
240
or column order set via ``autolabel`` in :meth:`pygmt.Figure.subplot`.
0 commit comments