Skip to content

Commit b1b00a5

Browse files
authored
DOC: Use the needle.jpg image hosted on GitHub for stability (#4674)
1 parent 56b5542 commit b1b00a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/gallery/images/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# the current plot, scale it to a width of 8 centimeters and draw a rectangular border
2323
# around it.
2424
fig.image(
25-
imagefile="https://oceania.generic-mapping-tools.org/cache/needle.jpg",
25+
imagefile="https://github.com/GenericMappingTools/gmtserver-admin/raw/master/cache/needle.jpg",
2626
position=Position((1, 1), cstype="mapcoords", anchor="MC"),
2727
width="8c",
2828
box=True,

0 commit comments

Comments
 (0)