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 3e91e11 commit 3db83c8Copy full SHA for 3db83c8
examples/get-started/first_figure.py
@@ -37,8 +37,8 @@
37
fig = pygmt.Figure()
38
39
###############################################################################
40
-# To add to a plot object (``fig`` in this example), the PyGMT module is used
41
-# as a method on the class. This example will use the
+# To add elements to the figure instance or object (``fig`` in this example)
+# different methods can be called on it. This example will use the
42
# :meth:`pygmt.Figure.coast` method, which can be used to create a map without
43
# any other methods or external data. The :meth:`pygmt.Figure.coast`
44
# method plots the coastlines, borders, and bodies of water using a database
0 commit comments