From b31d5685f565be2fc102c56c8959beae265f57bc Mon Sep 17 00:00:00 2001 From: yvonnefroelich Date: Tue, 8 Apr 2025 18:50:24 +0200 Subject: [PATCH] Use always day-night --- pygmt/src/solar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pygmt/src/solar.py b/pygmt/src/solar.py index 31ec69839c9..cc2720f6b01 100644 --- a/pygmt/src/solar.py +++ b/pygmt/src/solar.py @@ -1,5 +1,5 @@ """ -solar - Plot day-light terminators and other sunlight parameters. +solar - Plot day-night terminators and other sunlight parameters. """ from typing import Literal @@ -32,7 +32,7 @@ def solar( **kwargs, ): r""" - Plot day-light terminators and other sunlight parameters. + Plot day-night terminators and other sunlight parameters. This function plots the day-night terminator. Alternatively, it can plot the terminators for civil twilight, nautical twilight, or astronomical twilight.