Skip to content

Commit

Permalink
Gallery: Start only the first word of the title with an upper-case le…
Browse files Browse the repository at this point in the history
…tter (#2927)
  • Loading branch information
yvonnefroehlich committed Dec 28, 2023
1 parent d292e30 commit bb82345
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/gallery/3d_plots/scatter3d.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
3-D Scatter plots
3-D scatter plots
=================
The :meth:`pygmt.Figure.plot3d` method can be used to plot symbols in 3-D.
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/images/rgb_image.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
RGB Image
RGB image
=========
The :meth:`pygmt.Figure.grdimage` method can be used to plot Red, Green, Blue
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/maps/borders.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Political Boundaries
Political boundaries
====================
The ``borders`` parameter of :meth:`pygmt.Figure.coast` specifies levels of
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/maps/choropleth_map.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
Choropleth Map
Choropleth map
==============
The :meth:`pygmt.Figure.plot` method allows us to plot geographical data such
Expand Down
2 changes: 1 addition & 1 deletion examples/gallery/symbols/patterns.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
r"""
Bit and Hachure Patterns
Bit and hachure patterns
========================
PyGMT allows using bit or hachure patterns via the ``fill`` parameter
Expand Down

0 comments on commit bb82345

Please sign in to comment.