Skip to content

Commit 3db83c8

Browse files
Improve formulation in 'first_figure.py'
1 parent 3e91e11 commit 3db83c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/get-started/first_figure.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
fig = pygmt.Figure()
3838

3939
###############################################################################
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
40+
# To add elements to the figure instance or object (``fig`` in this example)
41+
# different methods can be called on it. This example will use the
4242
# :meth:`pygmt.Figure.coast` method, which can be used to create a map without
4343
# any other methods or external data. The :meth:`pygmt.Figure.coast`
4444
# method plots the coastlines, borders, and bodies of water using a database

0 commit comments

Comments
 (0)