fatiando / harmonica

Forward modeling, inversion, and processing gravity and magnetic data
https://www.fatiando.org/harmonica
BSD 3-Clause "New" or "Revised" License
205 stars 66 forks source link

Replace `color` for `fill` in examples using PyGMT #495

Closed santisoler closed 2 months ago

santisoler commented 2 months ago

The color argument in plot functions of PyGMT has been removed, so we need to replace it for the new fill argument.

Relevant issues/PRs:

Fixes #449