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
10 changes: 5 additions & 5 deletions Fig1_PyGMT_GMT_comparison.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@
"# The leading tab characters are intentional to match the indentation.\n",
"gmt_str = \"\"\"\n",
"gmt begin GMT_map png\n",
"\\tgmt basemap -JR7c -R0/360/-90/90 -B\n",
"\\tgmt coast -Gtan -Slightblue\n",
"\\techo PyGMT | gmt text -F+f40p,AvantGarde-Book,red@@75+cMC\n",
" gmt basemap -JR7c -R0/360/-90/90 -B\n",
" gmt coast -Gtan -Slightblue\n",
" echo PyGMT | gmt text -F+f40p,AvantGarde-Book,red@@75+cMC\n",
"gmt end show\n",
"\"\"\".splitlines()"
]
Expand Down Expand Up @@ -131,7 +131,7 @@
],
"metadata": {
"kernelspec": {
"display_name": "pygmt",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand All @@ -145,7 +145,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.9"
"version": "3.12.8"
}
},
"nbformat": 4,
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These notebooks require a **development version of PyGMT**. The environment defi
in `environment.yml` currently installs PyGMT from TestPyPI:

- GMT: `6.6.0`
- PyGMT: `0.19.0.dev229`
- PyGMT: `0.19.0.dev265`

Create and activate the environment:

Expand Down Expand Up @@ -73,4 +73,4 @@ Notebooks in this repository are archived on Zenodo and can be cited as:

## License

This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
- xarray=2026.4.0
- pip:
- --index-url https://test.pypi.org/simple/
- pygmt==0.19.0.dev229
- pygmt==0.19.0.dev265