Skip to content

Commit 67e4ec2

Browse files
Use ==== as title unterline in the examples (gallery, tutorials, intro) (#2677)
1 parent 5546573 commit 67e4ec2

54 files changed

Lines changed: 54 additions & 54 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

examples/gallery/3d_plots/grdview_surface.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Plotting a surface
3-
------------------
3+
==================
44
55
The :meth:`pygmt.Figure.grdview()` method can plot 3-D surfaces with
66
``surftype="s"``. Here, we supply the data as an :class:`xarray.DataArray` with

examples/gallery/3d_plots/scatter3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
3-D Scatter plots
3-
-----------------
3+
=================
44
55
The :meth:`pygmt.Figure.plot3d` method can be used to plot symbols in 3-D.
66
In the example below, we show how the

examples/gallery/basemaps/double_y_axes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Double Y axes graph
3-
-------------------
3+
===================
44
55
The ``frame`` parameter of the plotting methods of the :class:`pygmt.Figure`
66
class can control which axes should be plotted and optionally show annotations,

examples/gallery/basemaps/ternary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Ternary diagram
3-
---------------
3+
===============
44
55
The :meth:`pygmt.Figure.ternary` method can draw ternary diagrams. The example
66
shows how to plot circles with a diameter of 0.1 centimeters

examples/gallery/embellishments/colorbar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
r"""
22
Colorbar
3-
--------
3+
========
44
55
The :meth:`pygmt.Figure.colorbar` method creates a color scalebar. We must
66
specify the colormap via the ``cmap`` parameter, and optionally set the

examples/gallery/embellishments/colorbars_multiple.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Multiple colormaps
3-
------------------
3+
==================
44
55
This gallery example shows how to create multiple colormaps for different
66
subplots. To better understand how GMT modern mode maintains several levels of

examples/gallery/embellishments/inset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Inset
3-
-----
3+
=====
44
55
The :meth:`pygmt.Figure.inset` method adds an inset figure inside a larger
66
figure. The method is called using a ``with`` statement, and its

examples/gallery/embellishments/inset_rectangle_region.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Inset map showing a rectangular region
3-
--------------------------------------
3+
======================================
44
55
The :meth:`pygmt.Figure.inset` method adds an inset figure inside a larger
66
figure. The method is called using a ``with`` statement, and its

examples/gallery/embellishments/legend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Legend
3-
------
3+
======
44
55
The :meth:`pygmt.Figure.legend` method can automatically create a legend for
66
symbols plotted using :meth:`pygmt.Figure.plot`. Legend entries are only

examples/gallery/embellishments/logo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""
22
Logo
3-
----
3+
====
44
55
The :meth:`pygmt.Figure.logo` method allows to place the GMT logo on a map.
66
"""

0 commit comments

Comments
 (0)