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 README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<picture align="center">
<source media="(prefers-color-scheme: dark)" style="width: 65%" srcset="doc/_static/pygmtlogo_dark.png">
<img alt="PyGMT - A Python interface for the Generic Mapping Tools" style="width: 65%" src="doc/_static/pygmtlogo_light.png">
<img alt="PyGMT - A Python interface for the Generic Mapping Tools" style="width: 65%" src="doc/_static/pygmtlogo.png">
</picture>

# A Python interface for the [Generic Mapping Tools](https://www.generic-mapping-tools.org/)
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
```

<div class="banner">
<img src="_static/pygmtlogo_light.png" alt="PyGMT Logo" style="width: 65%;">
<img src="_static/pygmtlogo.png" alt="PyGMT Logo" style="width: 65%;">
<h2>
A Python interface for the
<a href="https://www.generic-mapping-tools.org/">Generic Mapping Tools</a>
Expand Down
2 changes: 1 addition & 1 deletion pygmt/src/pygmtlogo.py
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ def pygmtlogo(
"""
Plot the PyGMT logo.

.. figure:: https://raw.githubusercontent.com/GenericMappingTools/pygmt/main/doc/_static/pygmtlogo_light.png
.. figure:: https://raw.githubusercontent.com/GenericMappingTools/pygmt/main/doc/_static/pygmtlogo.png
:alt: PyGMT logo
:align: center
:width: 400px
Expand Down
Loading