Skip to content

Commit 1fc44b8

Browse files
Fix typo in link to English Wikipedia page for Iris data set (#708)
1 parent 5c8b851 commit 1fc44b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gallery/plot/scatter3d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
The :meth:`pygmt.Figure.plot3d` method can be used to plot symbols in 3D.
66
In the example below, we show how the
7-
`Iris flower dataset <https://en.wikipedia.org/wiki/Iris_flower_data_set/>`__
7+
`Iris flower dataset <https://en.wikipedia.org/wiki/Iris_flower_data_set>`__
88
can be visualized using a perspective 3-dimensional plot. The ``region``
99
argument has to include the :math:`x`, :math:`y`, :math:`z` axis limits in the
1010
form of (xmin, xmax, ymin, ymax, zmin, zmax), which can be done automatically

0 commit comments

Comments
 (0)