Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add splines figure and script #6656

Merged
merged 10 commits into from
May 6, 2022
Prev Previous commit
Next Next commit
Update sample1d.rst
  • Loading branch information
PaulWessel committed May 6, 2022
commit 55f7b53e866b17a129bf993ec79c2e594ccbe23f
8 changes: 8 additions & 0 deletions doc/rst/source/sample1d.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,14 @@ Optional Arguments
You may optionally evaluate the first or second derivative of the spline
by appending **+d1** or **+d2**, respectively.

.. figure:: /_images/GMT_splines.*
:width: 500 px
:align: center

The |-F| option lets you choose among several interpolators, including
one that is approximate (the smoothing spline). You can also specify
that you actually need a derivative of the solution instead of the value.

.. _-N:

**-N**\ *col*
Expand Down