Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not use LaTeX in test/grdcut/vert_cube_cuts.sh #8346

Merged
merged 1 commit into from
Feb 3, 2024
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
5 changes: 3 additions & 2 deletions test/baseline/grdcut.dvc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
outs:
- md5: d0bfce2251b06e3137263b75eaacf6c0.dir
size: 736923
- md5: 54dbfa406fd504a7807d387d2c2b2c7d.dir
size: 603850
nfiles: 6
path: grdcut
hash: md5
2 changes: 1 addition & 1 deletion test/grdcut/vert_cube_cuts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ gmt begin vert_cube_cuts
gmt grdmath -R-10/10/1/8 -I1 X Y 0.25 MUL HYPOT Y DIV 4 POW -0.5 MUL EXP 5 MUL 8 Y SUB ADD = orig_y.grd
gmt grdmath -R-10/10/1/8 -I1 X 6 HYPOT Y 0.25 MUL HYPOT Y DIV 4 POW -0.5 MUL EXP 5 MUL 8 Y SUB ADD = orig_x.grd
gmt makecpt -T0/12
gmt subplot begin 2x2 -Fs8c -Sct+tc -Srl -Blrbt -A1+gwhite -R-10/10/1/8 -JX10c/-5c -M0.5c -T"Cuts of @[5 e^{\left [-\frac{1}{2}\left( \frac{r}{z}\right)^4\right]} + 8 - z@["
gmt subplot begin 2x2 -Fs8c -Sct+tc -Srl -Blrbt -A1+gwhite -R-10/10/1/8 -JX10c/-5c -M0.5c -T"Cuts of 5 * exp (-0.5*(r/z)^4) + 8 - z"
gmt grdimage orig_x.grd -c -B+t"y-z cut x = 0"
gmt grdimage orig_y.grd -c -B+t"x-z cut y = 6"
gmt grdimage x.grd -c
Expand Down
Loading