Skip to content

Commit

Permalink
Ups
Browse files Browse the repository at this point in the history
  • Loading branch information
joa-quim committed Sep 3, 2023
1 parent 5ac1f9b commit 9173665
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/misc/cube_sides.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ and use the left available space to plot another *thing*, as in:
using GMT

viz(GMT.peaks(N=100), zsize=8, facades=(GMT.TESTSDIR * "cenora_base.jpg",
GMT.TESTSDIR * "bunny_cenora.webp",
GMT.TESTSDIR * "burro_cenora.webp"))
GMT.TESTSDIR * "bunny_cenora.jpg",
GMT.TESTSDIR * "burro_cenora.jpg"))
```
\end{examplefig}

Expand Down
1 change: 1 addition & 0 deletions examples/misc/orbits.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ orbit descriptor.

\begin{examplefig}{}
```julia
import Pkg; Pkg.add("RemoteS") # Hide
using GMT, RemoteS

# Compute some Aqua orbits for ...
Expand Down

0 comments on commit 9173665

Please sign in to comment.