Skip to content

Commit bb82345

Browse files
Gallery: Start only the first word of the title with an upper-case letter (#2927)
1 parent d292e30 commit bb82345

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

examples/gallery/3d_plots/scatter3d.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
3-D Scatter plots
2+
3-D scatter plots
33
=================
44
55
The :meth:`pygmt.Figure.plot3d` method can be used to plot symbols in 3-D.

examples/gallery/images/rgb_image.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
RGB Image
2+
RGB image
33
=========
44
55
The :meth:`pygmt.Figure.grdimage` method can be used to plot Red, Green, Blue

examples/gallery/maps/borders.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Political Boundaries
2+
Political boundaries
33
====================
44
55
The ``borders`` parameter of :meth:`pygmt.Figure.coast` specifies levels of

examples/gallery/maps/choropleth_map.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""
2-
Choropleth Map
2+
Choropleth map
33
==============
44
55
The :meth:`pygmt.Figure.plot` method allows us to plot geographical data such

examples/gallery/symbols/patterns.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
r"""
2-
Bit and Hachure Patterns
2+
Bit and hachure patterns
33
========================
44
55
PyGMT allows using bit or hachure patterns via the ``fill`` parameter

0 commit comments

Comments
 (0)