fatiando / harmonica

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

Replace `color` for `fill` in PyGMT plots #449

Closed santisoler closed 3 months ago

santisoler commented 7 months ago

Description of the problem/suggestion:

While building the docs, PyGMT is raisin a FutureWarning about the deprecation of the color argument in favor of the fill argument:

FutureWarning: The 'color' parameter has been deprecated since v0.
8.0 and will be removed in v0.12.0. Please use 'fill' instead.  

We should update the User Guide that generate plots using the color argument and use fill instead.

[!TIP] Good first issue This issue is a nice way to start contributing to Fatiando. If you would like to start contributing to the project and learn more about the GitHub workflow, this issue is a nice way to start. Feel free to comment below if you are interested in solving it.

Don't hesitate to do it if you are interested. You won't be alone, we'll provide as much as help as needed to guide you through it!