From 7f2e2fb66ed749a1de0a90604f113f6c03a44dff Mon Sep 17 00:00:00 2001 From: Wei Ji <23487320+weiji14@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:32:17 +1300 Subject: [PATCH] Add links to other 3D perspective plot examples --- book/tut05_topography.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/book/tut05_topography.md b/book/tut05_topography.md index a1e5760..353e004 100644 --- a/book/tut05_topography.md +++ b/book/tut05_topography.md @@ -292,3 +292,11 @@ with pygmt.config(PS_PAGE_COLOR="#a9aba5"): ) fig.show() ``` + +```{seealso} +Examples of other 3D perspective plots made with PyGMT: +- https://github.com/andrebelem/3D-Antarctic-maps +- https://github.com/andrebelem/PlanetaryMaps/blob/main/2_%20Tutorial%20Mars%20Maps%20V2.ipynb +- https://www.generic-mapping-tools.org/egu22pygmt/lidar_to_surface.html +- https://www.pygmt.org/v0.13.0/tutorials/advanced/3d_perspective_image.html +```