Skip to content

Commit

Permalink
Update examples/tutorials/advanced/grid_equalization.py
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Grund <23025878+michaelgrund@users.noreply.github.com>
  • Loading branch information
maxrjones and michaelgrund committed Apr 8, 2022
1 parent 5bc3b4b commit a13e9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/tutorials/advanced/grid_equalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
# used to transform the z-values relative to their position in a quadratic
# distribution rather than a linear distribution. Here, we equalize the grid
# into nine divisions based on a quadratic distribution and produce a
# pandas.Series with the z-values for the new grid.
# :class:`pandas.Series` with the z-values for the new grid.

quadratic = pygmt.grdhisteq.equalize_grid(
grid=grid, quadratic=True, divisions=divisions
Expand Down

0 comments on commit a13e9f9

Please sign in to comment.