From ee8ab66cd05736ab60270efdcc85ed0d3f95efbb Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Thu, 14 Sep 2023 08:47:13 +0200 Subject: [PATCH] Use comma based on review in PR #2674 Co-authored-by: Michael Grund <23025878+michaelgrund@users.noreply.github.com> --- pygmt/datasets/earth_age.py | 2 +- pygmt/datasets/earth_free_air_anomaly.py | 2 +- pygmt/datasets/earth_magnetic_anomaly.py | 2 +- pygmt/datasets/earth_relief.py | 2 +- pygmt/datasets/earth_vertical_gravity_gradient.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pygmt/datasets/earth_age.py b/pygmt/datasets/earth_age.py index 3851b5a91f0..7ec95a30a35 100644 --- a/pygmt/datasets/earth_age.py +++ b/pygmt/datasets/earth_age.py @@ -30,7 +30,7 @@ def load_earth_age(resolution="01d", region=None, registration=None): It's implicitly used when passing in the file name of the dataset to any grid plotting method if no CPT is explicitly specified. When the dataset is loaded and plotted as an :class:`xarray.DataArray` object, the default - CPT is ignored and GMT's default CPT (*turbo*) is used. To use the + CPT is ignored, and GMT's default CPT (*turbo*) is used. To use the dataset-specific CPT, you need to explicitly set ``cmap="@earth_age.cpt"``. Refer to :gmt-datasets:`earth-age.html` for more details. diff --git a/pygmt/datasets/earth_free_air_anomaly.py b/pygmt/datasets/earth_free_air_anomaly.py index 9a51c347d91..143e7039fea 100644 --- a/pygmt/datasets/earth_free_air_anomaly.py +++ b/pygmt/datasets/earth_free_air_anomaly.py @@ -30,7 +30,7 @@ def load_earth_free_air_anomaly(resolution="01d", region=None, registration=None It's implicitly used when passing in the file name of the dataset to any grid plotting method if no CPT is explicitly specified. When the dataset is loaded and plotted as an :class:`xarray.DataArray` object, the default - CPT is ignored and GMT's default CPT (*turbo*) is used. To use the + CPT is ignored, and GMT's default CPT (*turbo*) is used. To use the dataset-specific CPT, you need to explicitly set ``cmap="@earth_faa.cpt"``. Refer to :gmt-datasets:`earth-faa.html` for more details. diff --git a/pygmt/datasets/earth_magnetic_anomaly.py b/pygmt/datasets/earth_magnetic_anomaly.py index 46e6309e8bf..8cc0702e848 100644 --- a/pygmt/datasets/earth_magnetic_anomaly.py +++ b/pygmt/datasets/earth_magnetic_anomaly.py @@ -39,7 +39,7 @@ def load_earth_magnetic_anomaly( ``data_source="wdmam"``. The dataset-specific CPT is implicitly used when passing in the file name of the dataset to any grid plotting method if no CPT is explicitly specified. When the dataset is loaded and plotted as an - :class:`xarray.DataArray` object, the default CPT is ignored and GMT's + :class:`xarray.DataArray` object, the default CPT is ignored, and GMT's default CPT (*turbo*) is used. To use the dataset-specific CPT, you need to explicitly set ``cmap="@earth_mag.cpt"`` or ``cmap="@earth_wdmam.cpt"``. diff --git a/pygmt/datasets/earth_relief.py b/pygmt/datasets/earth_relief.py index 51a486564c2..8a80538c436 100644 --- a/pygmt/datasets/earth_relief.py +++ b/pygmt/datasets/earth_relief.py @@ -41,7 +41,7 @@ def load_earth_relief( It's implicitly used when passing in the file name of the dataset to any grid plotting method if no CPT is explicitly specified. When the dataset is loaded and plotted as an :class:`xarray.DataArray` object, the default - CPT is ignored and GMT's default CPT (*turbo*) is used. To use the + CPT is ignored, and GMT's default CPT (*turbo*) is used. To use the dataset-specific CPT, you need to explicitly set ``cmap="geo"``. Refer to :gmt-datasets:`earth-relief.html` for more details about available diff --git a/pygmt/datasets/earth_vertical_gravity_gradient.py b/pygmt/datasets/earth_vertical_gravity_gradient.py index 14d862c0b4c..57a301fdbcf 100644 --- a/pygmt/datasets/earth_vertical_gravity_gradient.py +++ b/pygmt/datasets/earth_vertical_gravity_gradient.py @@ -33,7 +33,7 @@ def load_earth_vertical_gravity_gradient( It's implicitly used when passing in the file name of the dataset to any grid plotting method if no CPT is explicitly specified. When the dataset is loaded and plotted as an :class:`xarray.DataArray` object, the default - CPT is ignored and GMT's default CPT (*turbo*) is used. To use the + CPT is ignored, and GMT's default CPT (*turbo*) is used. To use the dataset-specific CPT, you need to explicitly set ``cmap="@earth_vgg.cpt"``. Refer to :gmt-datasets:`earth-vgg.html` for more details.