Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/examples/ex46/ex46.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
REM GMT EXAMPLE 46
REM
REM Purpose: Illustrate use of solar to plot day/night terminators
REM Purpose: Illustrate use of solar to plot day-night terminators
REM GMT modules: solar, coast, plot
REM

Expand Down
2 changes: 1 addition & 1 deletion doc/examples/ex46/ex46.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# GMT EXAMPLE 46
#
# Purpose: Illustrate use of solar to plot day/night terminators
# Purpose: Illustrate use of solar to plot day-night terminators
# GMT modules: solar, coast, plot
#

Expand Down
6 changes: 3 additions & 3 deletions doc/rst/source/gallery/ex46.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
.. _example_46:

(46) Day-light terminators and other sunlight parameters
(46) Day-night terminators and other sunlight parameters
--------------------------------------------------------

In this example show how the module :doc:`solar </solar>`
is used to plot several terminator lines that depend on
the location of the sun with respect to Earth. We also
the location of the sun with respect to Earth. We also
show how an EPS illustration can serve as a custom symbol
to be plotted with :doc:`plot </plot>`.

Expand All @@ -16,4 +16,4 @@ to be plotted with :doc:`plot </plot>`.
:width: 500 px
:align: center

Day-light terminators.
Day-night terminators.
4 changes: 2 additions & 2 deletions doc/rst/source/module_core_purpose.rst_
Original file line number Diff line number Diff line change
Expand Up @@ -186,9 +186,9 @@

.. |psscale_purpose| replace:: Plot gray scale or color scale bar

.. |solar_purpose| replace:: Plot day-light terminators and other sunlight parameters
.. |solar_purpose| replace:: Plot day-night terminators and other sunlight parameters

.. |pssolar_purpose| replace:: Plot day-light terminators and other sunlight parameters
.. |pssolar_purpose| replace:: Plot day-night terminators and other sunlight parameters

.. |ternary_purpose| replace:: Plot data on ternary diagrams

Expand Down
6 changes: 3 additions & 3 deletions doc/rst/source/solar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Optional Arguments
**-Tdcna**\ [**+d**\ *date*][**+z**\ *TZ*]
Plot (or dump; see **-M**\ ) one or more terminators by appending any of these directives:

- **d** - Select the day/night terminator.
- **d** - Select the day-night terminator.
- **c** - Select civil twilight.
- **n** - Select nautical twilight;
- **a** - Select astronomical twilight.
Expand Down Expand Up @@ -174,9 +174,9 @@ Plot the day-night and civil twilight::
gmt solar -W1p -Tdc
gmt end show

Set up a clip path overlay based on the day/night terminator::
Set up a clip path overlay based on the day-night terminator::

gmt solar -G -Tc
gmt solar -G -Td

.. module_note_begins

Expand Down
Loading