Skip to content

Commit

Permalink
Split the test script into two separate cells
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman committed Aug 12, 2024
1 parent 90bb110 commit 609d759
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,14 @@ in your Python interpreter:

```{code-cell} ipython
---
tags: [remove-stdout]
tags: [hide-output]
---
import pygmt
pygmt.show_versions()
```

```{code-cell} ipython
fig = pygmt.Figure()
fig.coast(projection="N15c", region="g", frame=True, land="tan", water="lightblue")
fig.text(position="MC", text="PyGMT", font="80p,Helvetica-Bold,red@75")
Expand Down

0 comments on commit 609d759

Please sign in to comment.