From 5e69ef3ba780dfa878d57df12a1ca94811bb95d4 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Fri, 12 Jun 2026 13:30:15 +0800 Subject: [PATCH] DOC: Use the needle.jpg image hosted on GitHub for stability --- examples/gallery/images/image.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/gallery/images/image.py b/examples/gallery/images/image.py index 5aecbbfc465..bb5648b195d 100644 --- a/examples/gallery/images/image.py +++ b/examples/gallery/images/image.py @@ -22,7 +22,7 @@ # the current plot, scale it to a width of 8 centimeters and draw a rectangular border # around it. fig.image( - imagefile="https://oceania.generic-mapping-tools.org/cache/needle.jpg", + imagefile="https://github.com/GenericMappingTools/gmtserver-admin/raw/master/cache/needle.jpg", position=Position((1, 1), cstype="mapcoords", anchor="MC"), width="8c", box=True,