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
1 change: 1 addition & 0 deletions test/baseline/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,4 @@
/fitcircle
/filter1d
/windbarbs
/postscriptlight
6 changes: 6 additions & 0 deletions test/baseline/postscriptlight.dvc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
outs:
- md5: c873e415f4a84299be8e6e58400fce9c.dir
nfiles: 1
path: postscriptlight
size: 95061
hash: md5
5 changes: 0 additions & 5 deletions test/baseline/postscriptlight/fillTransparency.ps.dvc

This file was deleted.

6 changes: 3 additions & 3 deletions test/baseline/psxy.dvc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
outs:
- md5: 1fc1282aacff2e7af0af2000e475c03c.dir
nfiles: 143
- md5: 887b912ced405376a548ce0a575b8c18.dir
nfiles: 144
path: psxy
hash: md5
size: 9402186
size: 9428273
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#!/usr/bin/env -S bash -ex
#!/usr/bin/env bash
# GMT modern mode bash template
# Date: 2026-01-21T12:44:22
# User: solarsmith
# Purpose: Purpose of this script
set -e
export GMT_SESSION_NAME=$$ # Set a unique session name

gmt begin fillTransparency ps
gmt begin fill_transparency ps
gmt basemap -R-2/2/-2/2 -JX10c/4c -B
echo -1 0 | gmt plot -Ss1c -W1p,blue@60 -Gbrown
echo 0 0 | gmt plot -Ss1c -W1p,blue -Gbrown@30
Expand Down
Loading