Skip to content

Commit

Permalink
Update syntax for loading sample datasets in gallery examples
Browse files Browse the repository at this point in the history
This PR is a follow-up of #1685 and updates the syntax for loading sample datasets in all corresponding gallery examples.
  • Loading branch information
michaelgrund authored Feb 12, 2022
1 parent 1ceb999 commit 1424559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gallery/histograms/rose.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# Load sample compilation of fracture lengths and azimuth as
# hypothetically digitized from geological maps
data = pygmt.datasets.load_fractures_compilation()
data = pygmt.datasets.load_sample_data(name="fractures")

fig = pygmt.Figure()

Expand Down

0 comments on commit 1424559

Please sign in to comment.