Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Apr 6, 2022
1 parent a174dec commit e87b1ea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/tutorials/advanced/grid_equalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@
# and use :meth:`pygmt.grd2xyz` to create a :class:`pandas.Series` with the
# z values.

grid = pygmt.datasets.load_earth_relief(resolution="03s", region=[-119.825, -119.4, 37.6, 37.825])
grid = pygmt.datasets.load_earth_relief(
resolution="03s", region=[-119.825, -119.4, 37.6, 37.825]
)
grid_dist = pygmt.grd2xyz(grid=grid, output_type="pandas")["elevation"]

###############################################################################
Expand Down

0 comments on commit e87b1ea

Please sign in to comment.