Skip to content

Commit a121f4d

Browse files
authored
Change the title of the "Set the region" and "Plot lines" tutorials (#1139)
1 parent dacef52 commit a121f4d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

examples/tutorials/lines.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Plot lines
3-
==========
2+
Plotting lines
3+
==============
44
55
Plotting lines is handled by :meth:`pygmt.Figure.plot`.
66

examples/tutorials/regions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
2-
Set the region
3-
==============
2+
Setting the region
3+
==================
44
55
Many of the plotting functions take the ``region`` parameter, which sets
66
the area that will be shown in the figure. This tutorial covers the different types of

0 commit comments

Comments
 (0)