We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a50c3 commit bc196dbCopy full SHA for bc196db
examples/tutorials/basics/plot.py
@@ -14,10 +14,10 @@
14
15
###############################################################################
16
# For example, let's load the sample dataset of tsunami generating earthquakes
17
-# around Japan (:func:`pygmt.datasets.load_japan_quakes`). The data is loaded
18
-# as a :class:`pandas.DataFrame`.
+# around Japan (:func:`pygmt.datasets.load_sample_data(name="japan_quakes")`).
+# The data is loaded as a :class:`pandas.DataFrame`.
19
20
-data = pygmt.datasets.load_japan_quakes()
+data = pygmt.datasets.load_sample_data(name="japan_quakes")
21
22
# Set the region for the plot to be slightly larger than the data bounds.
23
region = [
0 commit comments