Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pygmt/datasets/earth_relief.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def load_earth_relief(
Select the source for the Earth relief data. Available options are:

- ``"igpp"``: IGPP Earth Relief. See :gmt-datasets:`earth-relief.html`.
- ``"synbath"``: IGPP Earth Relief dataset that uses stastical properties of
- ``"synbath"``: IGPP Earth Relief dataset that uses statistical properties of
young seafloor to provide a more realistic relief of young areas with small
seamounts.
- ``"gebco"``: GEBCO Earth Relief with only observed relief and inferred relief
Expand Down
2 changes: 1 addition & 1 deletion pygmt/figure.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ def savefig(
supported formats and their extensions above.
transparent
Use a transparent background for the figure. Only valid for PNG format and
the PNG file asscoiated with KML format.
the PNG file associated with KML format.
crop
Crop the figure canvas (page) to the plot area.
anti_alias
Expand Down
Loading